@extends('layouts.admin') @section('content')

Table > Image

Add New

Image

@foreach ($images as $image) @endforeach
Image Order Status Created At Action
{{$image->order }} @if($image->is_active) Enabled @else Disabled @endif {{ $image->created_at->format('d/m/Y') }}
{{ csrf_field() }}
{{ $images->links() }}
@endsection @section('meta') Image List- {{ config('app.name', 'Dashboard') }} @endsection