@extends('layouts.app') @section('title', 'General Ledger') @section('content')

General Ledger

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%']); !!}
@endcomponent

Loading...
@stop @section('javascript') @endsection