@extends('layouts.main') @section('title') Manage Customers @endsection @section('content')

Manage Customers

Manage Customers
ID Type Name Phone Address Focal Point Person TIN # License # Registration # Actions
ID Type Name Phone Address Focal Point Person TIN # License # Registration # Actions
@include('customers.register') @include('customers.edit') @include('common.delete-confirm', ['subject' => 'Customer', 'route' => route('customers-delete')]) @endsection @section('extraJS') @endsection