@extends('layouts.app') @section('title', 'Edit User') @section('page_title', 'Edit User') @section('content')
@csrf @method('PUT')
Back
@endsection