@extends('layout.app') @section('content')
{{__("Edit User")}}
@csrf @method('PUT') @include("user._form")
@endsection