@extends('dashboard.body.main') @section('container')
profile-image
profile-image

{{ $customer->name }}

{{ $customer->shopname }}

Edit Back
  • {{ $customer->email }}

  • {{ $customer->phone }}

  • {{ $customer->city ? $customer->city : 'Unknown' }}

Customer Information

@endsection