@extends('layouts.backend') @section('style') @endsection @section('content')
{{-- START INCLUDE TABLE HEADER --}} @include('backend.includes.cards.table-header', ['title' => trans('menu.profile')]) {{-- START INCLUDE TABLE HEADER --}}
@include('backend.profile.form', ['form_type' => 'info', 'bg' => 'bg-gradient-directional-teal']) @include('backend.profile.form', ['form_type' => 'avatar', 'bg' => 'bg-gradient-directional-cyan']) @include('backend.profile.form', ['form_type' => 'password', 'bg' => 'bg-gradient-directional-grey-blue']) @hasanyrole(SUPERADMIN_ROLES) @include('backend.profile.form', ['form_type' => 'roles', 'bg' => 'bg-gradient-directional-blue-grey']) @include('backend.profile.form', ['form_type' => 'permissions', 'bg' => 'bg-gradient-directional-blue-grey']) @endhasanyrole
@endsection @section('script') @endsection