@extends('layouts.admin.app') @section('content')
view customer Detail
Customer Name:
{{$customer->dealer_name}}
@if(file_exists($customer->profile_img))
@endif
Customer Email:
{{$customer->email}}
Mobile No:
{{$customer->phone}}
Customer City Name:
{{$customer->citydata->city_name}}
@section('admin-js') @endsection @endsection