@extends('admin.layout.master')
@section('title')
Edit Service Images
@endsection
@section('content')
Edit Service Images
Id |
Blog |
Image |
Created At |
Edit |
Delete |
@forelse($service->service_images as $t=>$slider)
{{ $t+1 }} |
{{ $service->heading }} |
 }}) |
{{ Carbon\Carbon::parse($slider->created_at)->format('d-m-Y') }} |
|
|
{{-- update modal--}}
@empty
@endforelse
@endsection
@section('script')
@endsection