@extends('layouts.app') @section('title', 'Customer Details') @section('breadcrumb') @endsection @section('content')
Customer Name {{ $customer->customer_name }}
Customer Email {{ $customer->customer_email }}
Customer Phone {{ $customer->customer_phone }}
City {{ $customer->city }}
Country {{ $customer->country }}
Address {{ $customer->address }}
@endsection