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

Operators

{{-- @if(LaraCore::canOrNot('delete_carriers')) @endif --}}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Operator  
@include('panel.operators.create', [@data])
@include('common.modal.delete_confirm_modal',['entity' => 'operator'])
@stop @section('custom-scripts') @stop