@extends('main') @section('content')
Music Category
@foreach ($categories as $section) @method('DELETE') @csrf @endforeach
ID Name Status Created Action

{{ $section->id }}

{{ $section->name }}
status==0) checked @endif>
{{date('d M, y',strtotime($section->created_at))}}
{{ $categories->links() }}
@endsection