@extends('layouts.app') @section('breadcrumb') @stop @section('content')
@if($user->getUserRoleId() != 4)
@endif
{{-- User Photo --}} @if(Laratrust::isAbleTo('avatar-profile'))
@endif {{-- User Documents --}} @if(Laratrust::isAbleTo('document-profile'))
@endif {{-- User Contact --}} @if(Laratrust::isAbleTo('contact-profile'))
@endif {{-- User Bank Account --}} @if(Laratrust::isAbleTo('bank-profile'))
@endif {{-- User Education --}} @if(Laratrust::isAbleTo('education-profile'))
@endif {{-- User Training --}} @if(Laratrust::isAbleTo('training-profile'))
@endif {{-- User Contract --}} @if(Laratrust::isAbleTo('contract-profile'))
@endif
@stop