@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')