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

Listall

@if(LaraCore::canOrNot('delete_listall')) @endif
Id @if(LaraCore::canOrNot('delete_listall')) @endif Designation (List) Department (ListMulti) City (ListDynamic) Dept (ListDynamicM) Code (ListDB)  
@include('common.modal.delete_confirm_modal',[ 'entity' => 'listall' ])
@stop @section('custom-scripts') @stop