@extends('layouts.master_partner') @section('title') My Account @endsection @section('account') active @endsection @section('content')

CPR NUMBER : {{ $partner->cpr_number }}

Edit Profile

@csrf
@if(Auth::user()->email != 'cp@innoplore.com')
@else
@endif

Paypal Payments

@csrf

Change Password

@csrf
@if(Auth::user()->email != 'cp@innoplore.com')
@else
@endif

Bank Account

@endsection @section('js') @endsection