@extends('layouts/contentLayoutMaster') @section('title', 'Fixed Asset Allocation') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
{{--

Add Dispatch Point

--}}

From : {{$store->plant ? $store->plant->name : ($store->ao ? $store->ao->ao_name : 'N/A')}}

Store : {{$store->name ? $store->name : 'None'}}
@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
@csrf
@error('code') {{ $message }} @enderror
@include('content._partials._sections.fixed_allocation_filter')
Asset Details
{{--
@error('storeName') {{ $message }} @enderror
--}}
@error('wef') {{ $message }} @enderror
@error('install_date') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
{{-- Cancel --}}
@endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} @endsection