@extends('customers.layout') @section('content')
Customer Information
{{ $customer->code }}
{{ $customer->name }}
{{ $customer->email }}
{{ $customer->city }}
{{ $customer->address }}
@endsection