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

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

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