@extends('layouts.app') @section('title') {{ __('Edit Send Out Location') }} @endsection @section('breadcrumb')

sendout {{__('Send Out Location')}}

@endsection @section('content')
@csrf @method('put')
@include('admin.sendoff_loc._form')
@endsection