@extends('agent.layouts.layout') @section('breadcrumbs') Home Category Current Page @endsection @section('content') {{ !empty(Session::get('sessionData')[0]->firstname) ? Session::get('sessionData')[0]->firstname : '' }} {{ !empty(Session::get('sessionData')[0]->email) ? Session::get('sessionData')[0]->email : '' }} General Info Banking School Commissions Commission Policy Manage Staff Update Profiles @include('flash-messages') @csrf Company Logo UploadPhoto @if ($errors->has('company_logo')) {{ $errors->first('company_logo') }} @endif @if ($agentDetail) @endif Certification of Incorporation/Trade Licence UploadPhoto @if ($errors->has('trade_license')) {{ $errors->first('trade_license') }} @endif @if ($agentDetail) @endif Address Proof UploadPhoto @if ($errors->has('address_proof')) {{ $errors->first('address_proof') }} @endif @if ($agentDetail) @endif Tax Registration number (optional) UploadPhoto @if ($errors->has('tax_register_proof')) {{ $errors->first('tax_register_proof') }} @endif @if ($agentDetail) @endif Company Name @if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif Company Email @if ($errors->has('company_email')) {{ $errors->first('company_email') }} @endif Company Website @if ($errors->has('company_website')) {{ $errors->first('company_website') }} @endif Skype Id @if ($errors->has('skype')) {{ $errors->first('skype') }} @endif Whatsapp Number @if ($errors->has('company_whatsapp')) {{ $errors->first('company_whatsapp') }} @endif Company Phone One @if ($errors->has('company_phone_one')) {{ $errors->first('company_phone_one') }} @endif Company Phone Two @if ($errors->has('company_phone_two')) {{ $errors->first('company_phone_two') }} @endif Company Country Select country @foreach ($countries as $country) company_country == $country->id ? 'selected' : '') : '' }}> {{ $country->name }} @endforeach @if ($errors->has('company_country')) {{ $errors->first('company_country') }} @endif Company Address @if ($errors->has('company_address')) {{ $errors->first('company_address') }} @endif Company State @if ($agentDetail) {{ get_state($agentDetail->company_state) }} @else Select State @endif @foreach ($states ?? [] as $state) company_state == $state->id ? 'selected' : '') : '' }}> {{ $state->name }} @endforeach @if ($errors->has('company_state')) {{ $errors->first('company_state') }} @endif Company City @if ($errors->has('company_city')) {{ $errors->first('company_city') }} @endif Company Postcode @if ($errors->has('company_postcode')) {{ $errors->first('company_postcode') }} @endif Save & Update Profile @endsection @section('pagescriptcode') @endsection
{{ !empty(Session::get('sessionData')[0]->firstname) ? Session::get('sessionData')[0]->firstname : '' }}
{{ !empty(Session::get('sessionData')[0]->email) ? Session::get('sessionData')[0]->email : '' }}