@extends('layouts.app') @section('title', 'Edit Unit') @section('breadcrumb') @endsection @section('content')
@csrf @method('put')
@endsection