@extends('admin/layouts/default') @section('title') Customers @parent @stop {{-- Page content --}} @section('content') {{Lang::get('customer.customers')}} {{Lang::get('general.dashboard')}} {{Lang::get('customer.customers')}} {{Lang::get('customer.customers_list')}} @include('flash::message') {{Lang::get('customer.customers_list')}} @include('admin.customers.ajax-customer-table') @include('admin.customers.modal-customer-state') @stop @section('footer_scripts') @stop