@extends('layouts.app') @section('title',$user->exists?'Edit User':'New User') @section('content')
@csrf @if($user->exists)@method('PUT')@endif
Cancel
@endsection