@extends('dashboard.layout.layout') @section('content')
@include('dashboard.users._headProfilePartial', ['user' => $user, 'acc' => $acc])
@endsection