@extends('layouts.app') @section('title','Company Management') @section('activePage','Company') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('company-create', $authRolePermissions)) Add New @endif
@include('company.table')
@endsection