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