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