@extends('backend.layouts.app') @section('content')
Add New Category
@if ($errors->any())
@endif
{{translate('New Category')}}
@csrf
@endsection