@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
{{ getTitleInPage() }} - Edit
@if(!empty($masterMenu->icon)) @endif
Trx services
@if(count(Input::old('app_title_bar_name')) > 0) @php $i = 1; @endphp @foreach(Input::old('app_title_bar_name') as $key => $item) @php $i++; @endphp @endforeach @elseif(count($trx_services) > 0) @php $j = 1; @endphp @foreach($trx_services as $t => $trx) @php $j++; @endphp @endforeach @else @endif
Name Slug Position Icon
{{ Input::old('fileNameShow')[$key] }}
@if($trx->invoice_file !== null) @endif
is_show_book == 1) checked @endif />
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection