@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Account Setting

Edit

@if($settingrow->is_prefix==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif
@if($settingrow->is_cash_voucher==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif
@if($settingrow->status==0) {{--*/ $act1 = "checked"; $act2 = ""; /*--}} @else {{--*/ $act2 = "checked"; $act1 = ""; /*--}} @endif
Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop