@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Setup @stop @section('content')
@include('common.success')

Misc

{{ Schema::hasTable(with(new \App\Models\Centers)->getTable()) ? \App\Models\Centers::where(['branch_id'=>$branchId])->count() : "" }}

Centers
More info

{{ Schema::hasTable(with(new \App\Models\Carriers)->getTable()) ? \App\Models\Carriers::where(['branch_id'=>$branchId])->count() : "" }}

Carriers
More info
@if(Auth::user()->role_id == 2)

{{ Schema::hasTable(with(new \App\Models\Regions)->getTable()) ? \App\Models\Regions::where(['branch_id'=>$branchId])->count() : "" }}

Regions
More info

1

SMS Format
More info
@endif @if(Auth::user()->role_id == 1)

 

Options
More info
@endif
@if(Auth::user()->role_id == 2)

Default Quotations

 

Package Types
More info

 

Quotation
More info
@endif @if(Auth::user()->role_id == 2)

Send Email Quotations

 

Package Types
More info

 

Quotation
More info

 

Quotation Notes
More info
@endif
@if(Auth::user()->role_id == 1)

System

 

Settings
More info
@endif
@if(Auth::user()->role_id == 2 && AppHelper::getLoginUserType(Auth::user()->id) == 'manager')

Operators

{{ Schema::hasTable(with(new \App\Models\Operator)->getTable()) ? \App\Models\Operator::where(['branch_id'=>$branchId])->count() : "" }}

Operators
More info

 

Bill Item Preferences
More info

 

Bill Templates
More info
@endif @if(Auth::user()->role_id == 2 && AppHelper::getLoginUserType(Auth::user()->id) == 'manager')

Account

 

Details
More info

 

Backup
@csrf
 

 

Special Settings Items
More info
@endif
@include('common.modal.delete_confirm_modal',['entity' => 'package_type'])
@stop @section('custom-scripts') @endsection