@extends('layouts.sidebar') @section('title', 'Company') @section('content') @if (in_array('Manage Company', $privileges)) @include('Admin.Client.modal')
Company List
@if (in_array('Create Company', $privileges))
Add Company
@endif
@if (session('success'))
{{ session('success') }}
@endif
ID
Agency
Company Name
Address
Contact Number
Actions
@else
You don't have privilege to access this page
@endif @endsection