@extends('layouts.admin.app') @section('title') Customer Profile @stop @section('main')
{{----}}

{{$customer->customer}}

Customer ID: {{$customer->customer_id}}

Edit Profile Go Back
@stop @section('footer') @stop