@extends('layouts.tabler') @section('content')

{{ __('Profile Image') }}

{{ __('Customer Details') }}

Name {{ $customer->name }}
Email address {{ $customer->email }}
Phone number {{ $customer->phone }}
Address {{ $customer->address }}
Account holder {{ $customer->account_holder }}
Account number {{ $customer->account_number }}
Bank name {{ $customer->bank_name }}
@endsection