@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@if (permission('tenant-production-add')) {{__('file.Add New')}} @endif
@if (!$mills->isEmpty()) @foreach ($mills as $value) @endforeach @endif
@include('production::modal') @endsection @push('scripts') @endpush