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