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

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

@endsection @section('content')

{{ __('Create Sample Send Out') }}

@csrf
@include('admin.send_off._form')
@endsection @section('scripts') @endsection