@extends('layouts/contentLayoutMaster') @section('title', 'Consumable Items Transfer') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Items Transfer @can('Consumable Items Transfer') Create New Transfer @endcan @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif {{-- # --}} Code From To {{-- Type --}} Created By Status Date/Time Action Plant Area Office Store Plant Area Office Store @endsection @section('vendor-script') @endsection