@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')| Last Name | First Name | Phone | Action | |
|---|---|---|---|---|
| {{ $t->last_name }} | {{ $t->first_name }} | {{ $t->email }} | {{ $t->formattedPhone() }} |