@extends('layouts.master') @section('title', 'Profile '.$user->username) {{-- @section('content-header', 'Template') --}} @section('style-plugins') @endsection @section('style-custom') @endsection @section('content')
User profile picture

{{ $user->name }}

{{ $user->username }}

{{-- Follow --}}

Data User

@csrf @method('patch')
@if (Laratrust::isAbleTo('manage-user'))
@endif
@endsection @section('script-plugins') @endsection @section('script-custom') @endsection