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

Stock Entry

@if (Auth::user()->company != null ? Auth::user()->company->delete_ac_voucher == 1 : Auth::user()->staff->company->delete_ac_voucher == 1) @endif Add Stock Entry
@if (Session::has('success')) @elseif(Session::has('error')) @endif
Voucher Date Voucher Number Voucher Type Total Amount Status Remarks Action
Total
{{-- Track Modal --}} {{-- Print Modal --}} @endsection @section('script') @endsection