@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() !!} --}}
{{__('db.Add Production')}}
|
{{__('db.date')}} |
{{__('db.reference')}} |
{{__('db.status')}} |
{{__('db.product')}} |
{{__('db.Warehouse')}} |
{{__('db.Quantity')}} |
{{__('db.grand total')}} |
{{__('db.action')}} |
{{$general_setting->site_title}}
{{__('db.Production Details')}}
| # |
{{__('db.product')}} |
{{__('db.Qty') }} |
{{__('db.Wastage Percent')}} |
{{__('db.Price')}} |
{{__('db.Subtotal')}} |
@endsection
@push('scripts')