@extends('layouts.app') @section('title','Customers') @section('content')

Customers

@include('customers.table')
@endsection