@extends('layouts.main') @section('title') {{__("Seller Verifications")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@csrf
{{__("Create Seller Verification")}}
@foreach($languages as $key => $lang)
id != 1) required @endif>
@if($lang->id == 1) {{-- Show type only in English --}}
{{-- Min/Max Fields --}}
@else
{{ __('Field type, min/max length, required and status can only be set in English.') }}
@endif {{-- Field Values (only for dropdown, radio, checkbox) --}}
@if($lang->id != 1) {{ __('This will be used for translatable field types only.') }} @endif
@endforeach
{{ __('Required') }}
{{ __('Active') }}
@endsection @section('script') @endsection