@extends('backend.layouts.app') @section('title', 'Ledger History') @section('page-title', 'Ledger History') @section('page-breadcrumb', 'Ledger History') @section('content')
Ledger List
@csrf

@if(Auth::user()->user_type>4)
@else @endif
@endsection @section('self_script') @endsection