@if (Session::has('success'))
{{ Session::get('success') }}
@endif
| S.No. |
Title |
Description |
Image |
Action |
@foreach ($services as $testdata)
| {{$loop->iteration}} |
{{str_limit($testdata->title,20)}} |
{{str_limit($testdata->description,25)}} |
 }}) |
|
@endforeach
@endsection
@section('scripts')
@endsection