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