{!! Form::label('name', __('Information of this Visa'),['class' => 'h5']) !!}
{!! Form::label('name', __('Name of Country (In Arabic)')) !!} {!! Form::text('name[ar]', null, ['class' => 'form-control','required'=>"required"]) !!}
{!! Form::label('name', __('Name of Country (In English)')) !!} {!! Form::text('name[en]', null, ['class' => 'form-control','required'=>"required"]) !!}

{!! Form::label('name', __('Inputs of customer'),['class' => 'h5 form-label required']) !!}
{!! Form::label('name', __('Add Group')) !!}
{!! Form::button("+", ['class' => 'btn btn-info ','id'=>'addGroup']) !!}
{{-- @push('css') @endpush --}} @push('js')