{{-- flash message starts here --}}
@if ($errors->any())
@endif
@if(Session::has('success'))
{{-- flash message ends here --}}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{Session::get('success')}}
@endif
{{-- filters starts --}}
{{-- filters --}}
{{-- @include('admin.partials.filters.locationFilter') --}}
{{-- filters ends --}}
{{-- Filters --}}
User
@if( count($testimonials) != 0 )
@else
@endif
# | Image | Name | Designation | Testimonial | Home Page Status | Status | Action |
---|---|---|---|---|---|---|---|
{{$sr}} |
@php $image = json_decode($testimonial->image); @endphp @if(!empty($image)) |
{{$testimonial->name}} |
{{$testimonial->designation}} |
{{$testimonial->testimonial}} |
|
|
Edit Delete |