@extends('layouts.master') @section('title', 'Customers') @push('styles') @endpush @section('content')
Customers Table
Name Company Email Address City / Postcode Country Invoices Action
@include('customers.customer-url') @include('customers.email') @include('customers.import') @endsection @push('scripts') @endpush