@extends('layouts.app') @section('title', __('unit.create')) @section('content')
{{ __('unit.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@endsection @section('js') @endsection