@extends('layouts.posmaster') @section('title', 'Customer Info') @section('content')
# | Customer Name | Mobile | Created At | |
---|---|---|---|---|
{{ $list->id }} | {{ $list->first_name}} {{ $list->last_name}} | {{ $list->email }} | {{ $list->mobile }} | {{ $list->created_at }} |