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

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

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