@extends('layout.main') @section('content')

Edit {{ $user->fullname }}

@csrf @method('PUT')
@endsection