@extends('layouts.master') @section('css') @endsection @section('title') Stock Transfer @endsection @section('content')

Stock Transfer Register

@if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') Import @endif Add Stock Transfer
@if (Session::has('success')) @elseif(Session::has('error')) @endif
Voucher Date Voucher Number Voucher Type Amount Source Destination Status Action
Total
{{-- Track Modal --}} {{-- Import Modal --}} {{-- Export Json Modal --}} {{-- Print Modal --}} @endsection @section('script') @endsection