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

Clients

@if(LaraCore::canOrNot('delete_clients')) @endif
Id @if(LaraCore::canOrNot('delete_clients')) @endif Name City Contact Person Name Phone 1 Email  
@include('panel.clients.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'client'])
@stop @section('custom-scripts') @stop