@extends('layouts.front') @section('content')
@if($user->manager)
@include('front.partials.manager', ['user' => $user])
@endif
@endsection