@extends('layouts.dashboard') @section('page_title') Manage {{ucwords(str_replace('_',' ',$plot_labels['module']))}} @endsection @section('page_header_title') Manage Inventory @endsection @section('page_body') {{ Breadcrumbs::render('plot') }}
@if(Auth::user()->hasAnyPermission(['All','Store Inventory'])) @endif @if(Auth::user()->hasAnyPermission(['All','Update Inventory Bulk'])) @endif
@php($datatable_key = Crypt::encrypt('Plot'))
{{-- @php($datatable_key = Crypt::encrypt('BlockWisePlots')) --}}
{{-- {!! $plot_view !!} --}}
# {{ucwords(str_replace('_',' ',$plot_labels['branch']))}} {{ucwords(str_replace('_',' ',$plot_labels['block']))}} {{ucwords(str_replace('_',' ',$plot_labels['plot_name']))}} {{ucwords(str_replace('_',' ',$plot_labels['type']))}} {{ucwords(str_replace('_',' ',$plot_labels['category']))}} {{ucwords(str_replace('_',' ',$plot_labels['size']))}} {{ucwords(str_replace('_',' ',$plot_labels['dimension']))}} {{ucwords(str_replace('_',' ',$plot_labels['feature_charges']))}} {{ucwords(str_replace('_',' ',$plot_labels['rate']))}} STATUS
@endsection @section('page_modal') @include('inventory.modals.add_inventory')
@include('inventory.modals.bulk_update') @endsection @section('page_script') @include('scripts.inventory') @endsection