@extends('layouts.LayoutMaster') @section('content')

Edit User

@method('PATCH') @csrf @include('user.form') Update
@endsection