@extends('layouts.simple_admin_base') @section('stylesheets') @endsection @section('content')

Manage Company Staff

@include('inc.components.simple_admin.messages')
@if($userType == 'USER')
@endif
@include('companies::inc.components.sections.company_staff.company_staff_table_section')
@if($userType == 'USER') @include('companies::inc.components.modals.company_staff.add_company_staff_modal') @endif @endsection @section('scripts') @endsection @section('page_scripts') @endsection