@extends('layouts.app') @section('title') Add Direct Mail Quotation @endsection @push('styles')
@endpush @section('content')
Add Direct Mail Quotation
@can('add-directmail')
Job Type :
*
Direct Mail
Name :
*
Owner Name :
*
Network :
*
Deliver Frequency :
*
Unit :
*
Day
Week
Month
Year
Shipping Method :
*
{{trans('custom.quotation.shipping.1')}}
{{trans('custom.quotation.shipping.2')}}
{{trans('custom.quotation.shipping.3')}}
{{trans('custom.quotation.shipping.4')}}
Response Date :
*
Response Time :
*
Description :
Start - End :
*
to
Estimate
Quantity :
*
Department :
*
Cost Center :
*
Document :
Other :
Process
Material
Material
*
Select Material
@foreach ($material as $item)
{{$item->material_code.' '.$item->material_name}}
@endforeach
Process Name
*
Process Detail
*
Back
Confirm
@endcan @cannot('add-directmail')
No permission
@endcannot
@endsection @push('scripts') @endpush