@extends('backend.layouts.app') @section('backend_title', 'Admin Brand Create') @section('backend_content')
@csrf
Add Unit
@error('unit_name')
{{ $message }}
@enderror
@endsection @section('beackend_scripts') @endsection