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

Fixed Asset Transfer (Rejected)

@can('Fixed Assets Transfer') Create New Transfer @endcan
@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
@include('content._partials._sections.asset_transfer_tabs')
{{-- --}} {{-- --}}
#Code From ToType UserAsset Code Sap Code Asset Name Receiving Date/Time Action
Plant Area Office Store Plant Area Office Store
@endsection @section('vendor-script') @endsection