@extends('admin.layouts.index') @section('content')
profile-image

{{ $cafeDetails->name }}

{{ $cafeDetails->location }}

Name {{ $cafeDetails->name }}
Location {{ $cafeDetails->location }}
Registered Date and Time (IST) {{ \Carbon\Carbon::parse($cafeDetails->created_at)->setTimezone('Asia/Kolkata')->format('jS F, Y h:i A') }}
@endsection