@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
{!! Form::open(['url' => route('manager.users.update', $user->id), 'method' => 'PUT', 'class' => 'form fv-plugins-bootstrap5 fv-plugins-framework' ]) !!}
{!! Form::close() !!}
@endsection