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