@extends('main') @section('content')
Logo Categories
@foreach ($categories as $category) @method('DELETE') @csrf @endforeach
Id Name Status Created Action

{{ $category->id }}

{{ $category->name }}

status==0) checked @endif>
{{$category->created_at}}
{{ $categories->links() }}
@endsection