@extends('layouts.master') @section('title')History @stop @section('content')
| License Plate | Make | Model | Colour | Apartment | Start Date | End Date | Date/Time Added |
|---|---|---|---|---|---|---|---|
| {{ $p->car->license_plate }} | {{ $p->car->make }} | {{ $p->car->model }} | {{ $p->car->colour }} | {{ $p->tenant->apartment }} | {{ $p->start_date }} | {{ $p->end_date }} | {{ $p->created_at->format('F d, Y h:ia') }} |
|
|
|||||||