@extends('layouts.dashboard') @section('title', 'Customers') @section('content')
| Name | Company | Type | Mobile | ||
|---|---|---|---|---|---|
| {{ $customer->first_name }} {{ $customer->last_name }} | {{ $customer->company }} | {{ $customer->type->value }} | {{ $customer->email }} | {{ $customer->mobile }} | View |