@extends('layouts/pos_layout') @section('title', '| Ais & Mis Report Ledger Code Configuration') @section('content')
Ais & Mis Report Ledger Code Configuration
{!! Form::open([ 'url' => '', 'enctype' => 'multipart/form-data', 'role' => 'form', 'class' => 'form-horizontal form-groups', ]) !!}
{!! Form::label('title', 'Title:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('title', 'Ais & Mis Report Ledger Code Config', [ 'class' => 'form-control', 'id' => 'tittle', 'type' => 'text', 'readonly' => true, ]) !!}
{!! Form::label('content', 'Content:', ['class' => 'col-sm-2 control-label']) !!}

Warning: Undefined variable $configsContent in /home/shikkhaplus/public_html/demo_bk/resources/views/pos/config/aisMisReportLedgerCodeConfig/addAisMisReportLedgerCodeConfig.blade.php on line 65
Ledger Name Ledger Code Action

{!! Form::label('submit', ' ', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::submit('Submit', ['id' => 'add', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection