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

Agency Profile

Logo
Name: {{ $agency->name }}
Address: {{ $agency->address }}
Contact Phone: {{ $agency->contact_phone }}

Company List

ID Name Address Contact Number Actions
@else
You don't have privilege to access this page
@endif @endsection