@extends('layouts.app') @section('title', 'Customer') @section('content')

{{ $customer->name }}

Company: {{ $customer->company_name }}
Email: {{ $customer->email }}
Phone: {{ $customer->phone }}
Address: {{ $customer->address }}
@endsection