@extends('layouts.app') @section('content')

Create Agencies


@csrf

Company / Agency Information

@if($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
@if($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif
(Setup Agent Preffered Currency). @if($errors->has('currency_id'))
{{ $errors->first('currency_id') }}
@endif
{{ '+968' }}
@if($errors->has('agency_phone'))
{{ $errors->first('agency_phone') }}
@endif

Wallet Details

User(Agent) Login Information

@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif

Multifactor Authentication

If enabled, agent will be forced to setup Google Authenticator on first login.

Document Uploads

@endsection @section('scripts') @endsection