@extends('agent.layouts.layout') @section('breadcrumbs') @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 : '' }}

Update Profiles


@include('flash-messages')
@csrf
@if ($errors->has('company_logo')) {{ $errors->first('company_logo') }} @endif @if ($agentDetail) @endif
@if ($errors->has('trade_license')) {{ $errors->first('trade_license') }} @endif @if ($agentDetail) @endif
@if ($errors->has('address_proof')) {{ $errors->first('address_proof') }} @endif @if ($agentDetail) @endif
@if ($errors->has('tax_register_proof')) {{ $errors->first('tax_register_proof') }} @endif @if ($agentDetail) @endif
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('company_email')) {{ $errors->first('company_email') }} @endif
@if ($errors->has('company_website')) {{ $errors->first('company_website') }} @endif
@if ($errors->has('skype')) {{ $errors->first('skype') }} @endif
@if ($errors->has('company_whatsapp')) {{ $errors->first('company_whatsapp') }} @endif
@if ($errors->has('company_phone_one')) {{ $errors->first('company_phone_one') }} @endif
@if ($errors->has('company_phone_two')) {{ $errors->first('company_phone_two') }} @endif
@if ($errors->has('company_country')) {{ $errors->first('company_country') }} @endif
@if ($errors->has('company_address')) {{ $errors->first('company_address') }} @endif
@if ($errors->has('company_state')) {{ $errors->first('company_state') }} @endif
@if ($errors->has('company_city')) {{ $errors->first('company_city') }} @endif
@if ($errors->has('company_postcode')) {{ $errors->first('company_postcode') }} @endif
@endsection @section('pagescriptcode') @endsection