@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
Customer Name {{ $customer->customer_name }}
Email {{ $customer->email }}
Phone {{ $customer->contact }}
Permanent Address {{ $customer->permanent_address }}
@endsection @push('js') @endpush