@extends('template.app') @section('title', 'Update - Unit') @push('css') @endpush @section('content')
Update UNIT
@csrf @method('PATCH') {{-- Unit --}}
BACK
@endsection @push('js') @endpush