@extends('layouts.app') @push('title')

Categories

@endpush @section('content')
Create New
@forelse ($categories as $category) @empty @endforelse
Photo Icon Name Description Status Albam Action
{{ $category->name }} {{ $category->description }}
@role('admin|root') @else @endrole
No data found
{{ $categories->withQueryString()->links() }}
@endsection