@extends('admin/layouts/default') @section('title') Customer Modal Test @parent @stop {{-- Page content --}} @section('content')

properties

@include('flash::message')

Customers


Selected Customers

@include('admin.layouts.modal-warning') @include('admin.customers.modal-search') @stop @section('footer_scripts') @stop