@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.categories')}}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
@endsection @section('extra-js') @endsection