@extends('app') @push('styles') @endpush @section('content')

Services

{{--

Wizard With Progress Bar

--}} @if(Session::has('response')) {!!Session::get('response')['message']!!} @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- @Product size modal start--}} {{-- !end product size modal --}} {{-- @Invoice modal start--}} {{-- !end INVOICE modal --}} @endsection @push('scripts') {{-- --}} @endpush