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

Agency Profile

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf @method('PUT')

Company / Agency Information

@php if($agency->agency_logo){ $logo = $agency->agency_logo; }else{ $logo = 'ajyad_assets/media/avatars/300-1.jpg'; } @endphp
Allowed file types: png, jpg, jpeg.
@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
@endsection @section('scripts') @endsection