@extends('front.main') @section('top-title','| '.$user['name']) @section('content')
@if(@$user['avatar'] == null) {{ @$user['name'] }} @else {{ @$user['name'] }} @endif {{@$user['name']}} @if(@$user['id'] == @Auth::user()->id) @endif
@endsection