@extends('admin/layout') @section('page_title', 'Show Customer Details') @section('customer_select','active') @section('container')
| Name : | {{$customer_list->name}} |
| Email : | {{$customer_list->email}} |
| Mobile : | {{$customer_list->mobile}} |
| City : | {{$customer_list->city}} |
| State : | {{$customer_list->state}} |
| Country : | {{$customer_list->country}} |
| User Type : | {{$customer_list->user_type}} |
| Grade : | {{$customer_list->grade}} |
| Subject : | {{$customer_list->subject}} |
| Institute Name : | {{$customer_list->institute_name}} |
| Created On : | {{\Carbon\Carbon::parse($customer_list->created_at)->format('d-m-y')}} |
| Updated On : | {{\Carbon\Carbon::parse($customer_list->updated_at)->format('d-m-y')}} |