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

Carriers

@if(LaraCore::canOrNot('delete_carriers')) @endif
{{-- --}}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif ColorName Address phone  
@include('panel.carriers.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'carrier'])
@stop @section('custom-scripts') @stop