@extends('layouts.sidebar') @section('title', 'Clients') @section('content') @if (in_array('Manage Agency', $privileges))

Agency Profile

Agency Name: {{ $agency->name }}
Contact Person: {{ $agency->contact_person }}
Contact Phone: {{ $agency->contact_phone }}
Email: {{ $agency->user->email }}
Address: {{ $agency->address }}

Company List

ID Name Contact Perso Contact Person Email Actions
@else
You don't have privilege to access this page
@endif @endsection