@extends('components.admin-layout') @section('content')

{{ $title }}

{{-- search will enter here --}}
Image
Created At
Action
@foreach ($images as $image)
{{ date('d M,Y', strtotime($image->createdAt)) }}
{{-- modal --}}
@endforeach
@if ($images->count() < 1) @endif
{{--
{{ $users->links() }}
--}}
{{ $images->links() }}
@endsection