@extends('admin::layout') @component('admin::include.page.header') @slot('title', clean(trans('admin::resource.edit', ['resource' => trans('user::users.profile')]))) @slot('subtitle', clean($currentUser->full_name)) @endcomponent @section('content')
{{ csrf_field() }} {{ method_field('put') }} {!! $tabs->render() !!}
@endsection