@extends('backend.layout.main') @section('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
{!! Form::open(['route' => 'productions.index', 'method' => 'get']) !!}
{!! Form::close() !!}
{{trans('file.Add Production')}}
|
{{trans('file.Date')}} |
{{trans('file.reference')}} |
{{trans('file.Status')}} |
{{trans('file.Total Cost')}} |
{{trans('file.Total Tax')}} |
{{trans('file.Shipping Cost')}} |
{{trans('file.grand total')}} |
{{trans('file.action')}} |
{{$general_setting->site_title}}
{{trans('file.Production Details')}}
# |
{{trans('file.product')}} |
Qty |
{{trans('file.Received')}} |
{{trans('file.Unit Cost')}} |
{{trans('file.Tax')}} |
{{trans('file.Subtotal')}} |
@endsection
@push('scripts')