@extends('layout.app') @section('title') @if (!empty($_GET['type']) && $_GET['type'] == 'ac') Upload Account Category @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gl') Upload General Ledger @endif @if(!empty($_GET['type']) && $_GET['type'] == 'glc') Upload General Ledger To Customer @endif @if(!empty($_GET['type']) && $_GET['type'] == 'cgl') Upload Customer To General Ledger @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gltogl') Upload GL To GL @endif @endsection @section('pagetitle') @if (!empty($_GET['type']) && $_GET['type'] == 'ac') Upload Account Category @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gl') Upload General Ledger @endif @if(!empty($_GET['type']) && $_GET['type'] == 'glc') Upload General Ledger To Customer @endif @if(!empty($_GET['type']) && $_GET['type'] == 'cgl') Upload Customer To General Ledger @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gltogl') Upload GL To GL @endif @endsection @section('content')
@if (!empty($_GET['type']) && $_GET['type'] == 'ac') Download Account Category Format @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gl') Download General Ledger Format @endif @if(!empty($_GET['type']) && $_GET['type'] == 'glc') View GL to Customer Batch Upload Download GL to Customer Batch Upload Format @endif @if(!empty($_GET['type']) && $_GET['type'] == 'cgl') View Customer to GL Batch Upload Download Customer to GL Batch Upload Format @endif @if(!empty($_GET['type']) && $_GET['type'] == 'gltogl') View Uploaded GL to GL Batch Upload Download GL to GL Batch Upload Format @endif
@include('includes.errors') @include('includes.success')
@csrf
@endsection @section('scripts') @endsection