@extends('layouts.admin') @section('title', 'Edit Logistic Supervisor') @section('content')

Edit Logistic Supervisor

@csrf @method('PUT') @include('logistic-supervisors._form', ['logisticSupervisor' => $logisticSupervisor])
Cancel
@endsection