@extends('master.app') @section('title', 'Create Supplier Advance') @section('body')
{{-- TOP BAR --}}
Add Supplier Advance
Create advance record & (optional) target cash journal
@include('general.valert')
@csrf
{{-- LEFT --}}
Advance Information
Step 1
@if ($bdate == 1) @else
@endif
{{-- RIGHT (HELP / PREVIEW) --}}
Notes
Exchange Rate
If currency is not default (ID=1), exchange rate will show automatically.
Default Ex Rate 1
Target Cash Optional Journal
Status Active
Back to List
{{-- row --}}
@endsection @section('pageJs') @endsection