@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} - Edit

@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('error'))
{!! Session::get('error') !!}
@endif
{{ getTitleInPage() }} - Edit
dr_cr_amt_flag == 'cr') checked @else checked @endif /> CR dr_cr_amt_flag == 'dr') checked @endif /> DR
is_mandatory_dop_amt) == 1) checked @endif>
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection