@extends('layouts.app') @section('title') Profile @endsection @section('content')

Your Profile

Personal Details
{{ $me->tier }}
{{ $me->credit_limit }}
{{ $me->credit_balance }}
Change Your Password
@include('partials.customer_sidebar')
@endsection @section('js') @endsection