@extends('layouts.main', ['title' => 'Transfer Orders | LOGISTICS']) @section('navigation') @stop @section('title', 'Transfer Orders') @section('msghead_menu')
  • @if(auth()->user()->can('CREATE TRANSFER')) @endif @if(auth()->user()->can('CREATE TRANSFERS CANCELLATION')) {{-- @if(auth()->user()->can('RECEIVE GOODS'))--}} {{-- --}} @endif
  • @endsection @section('contentinner')
    # Source Destination Requested By Received Status
    @endsection