@extends('layouts.app') @section('title') {{ $pageInfo['title'] }} @endsection @section('styles') @endsection @section('admin-content')
@include('backend.layouts.partials.logout')

Edit User - {{ $user->name }}

@include('backend.layouts.partials.messages')
@method('PUT') @csrf
@endsection @section('scripts') @endsection