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