@extends('layouts.admin') @section('content')
@include('layouts.errors')
@include('layouts.errors')
@foreach($categories as $category) @endforeach
Category Name Type Action
{{ $category->name }} {{ $category->type }}
@csrf @method('DELETE')
@endsection