@extends('layouts.contentLayoutMaster') @section('title', ' Fixed Asset Allocation') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Fixed Asset Allocation (Pending)

@can('Fixed Assets Allocation') Allocate Asset @endcan
@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
@include('content._partials._sections.asset_allocation_tabs')
SR.No. Asset Code Sap Code Asset Name From Store Plant Area Office Location Code type Created By Wef Install Date Date Note
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection