@section('page_css') @endsection
{{--

Validation Example

--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success')) @endif
@csrf @include('owner.washcategory.partials._form')
@section('page_scripts') @endsection