@extends('admin.base') @section('title', 'account management') @section('account_content')
{{ __('Edit First Category') }}
{{ csrf_field() }}
{{ __('Submit') }}
{{ __('Return') }}
{{-- Start Confirm Modal --}} {{-- End Confirm Modal --}} @endsection