@if(!count($officials))
@else
Settings
No data found.
Travel Order Settings
{!! Form::model($setting, ['url' => 'settings/save', 'autocomplete' => 'off']) !!}
{!! Form::text('s_region_name', NULL, ['class' => 'form-control', 'required']) !!}
{!! Form::text('s_region_address', NULL, ['class' => 'form-control', 'required']) !!}
{!! Form::button('check Save', ['class' => 'btn btn-primary btn-fill text-center pull-right', 'type' => 'submit']) !!}