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

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

@endsection @section('content')
@can('create_sendoffloc') {{ __('Create') }} @endcan
# {{ __('Location') }} {{ __('Action') }}
@endsection @section('scripts') @endsection