@extends('backpack::layout') @section('after_styles') @endsection @section('header')

Categories

@endsection @section('content')
@if (count($errors) > 0) @endif
{{ csrf_field() }}
Name
@endsection @section('after_scripts') @endsection