@extends('layouts.app') @section('title', 'Customers') @section('content_header_title', 'Customers') @section('content_body') Add New Customer
| ID | Title | First Name | Last Name | Mobile No. | Actions | |
|---|---|---|---|---|---|---|
| {{ $customer->id }} | {{ $customer->title }} | {{ $customer->first_name }} | {{ $customer->last_name }} | {{ $customer->email }} | {{ $customer->mobile_no }} | Edit |