@extends("admin.layouts.dashboard") @section("content")
@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
{{ __('lang.add_category') }}
@csrf
@stop