@section('style') @endsection @extends('layouts.backend.app') @section('content')
Create Category
@if ($errors->any())
@endif
@csrf
@endsection @section('script') @endsection