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

Agency Profile

@include('agent.header')

Agency Profile

Edit Profile
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
{{ $agency->agency_name }}
{{ $agency->agency_code }}
{{ $agency->agency_email }}
{{ $agency->comp_website }}
{{ $agency->country_id }}
{{ $agency->currency->c_shortname }}
{{ $agency->state }}
{{ $agency->city }}
{{ $agency->postal_code }}
{{ $agency->address }}
{{ $agency->agency_phone }}
{{ $agency->agency_mobile }}
@endsection