@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content') @php $i = 1 @endphp

{{ $sub_title }}

@if(permission('tenant-production-delivery-add'))  {{__('file.Delivery')}} @endif @if(permission('tenant-production-product-add'))  {{__('file.Stock')}} @endif @if(permission('tenant-production-show')) {{__('file.Details')}} @endif @if(permission('tenant-production-access')) {{__('file.Back')}} @endif
@csrf
{{__('file.Invoice No')}} {{':'}} {{$production->invoice_no}} {{__('file.Start Date')}} {{':'}} {{$production->start_date}} {{__('file.Mill')}} {{':'}} {{$production->mill->name}} {{__('file.Tenant')}} {{':'}} {{$production->tenant->name}}

{{__('file.Milling')}}
{{__('file.Expense')}}
{{__('file.Summary')}}
@include('tenantproduction::productionForm.milling')
@include('tenantproduction::productionForm.expense')
@include('tenantproduction::productionForm.summary')
@endsection @push('scripts') @endpush