@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Production List')}}

{!! 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')}}
{{trans('file.Total')}}
@endsection @push('scripts')