@extends('layouts.app') @section('title', $customer->name . ' — বিস্তারিত') @section('page-title', 'গ্রাহকের বিস্তারিত') @section('content')
| নিবন্ধনের তারিখ | {{ $customer->created_at->format('d M Y') }} |
|---|---|
| সর্বশেষ আপডেট | {{ $customer->updated_at->format('d M Y') }} |
| নোট | {{ $customer->notes }} |