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

Centers

@if(LaraCore::canOrNot('delete_centers')) @endif
Id @if(LaraCore::canOrNot('delete_centers')) @endif Name District Region State Zipcode  
@include('panel.centers.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'center'])
@stop @section('custom-scripts') @stop