@extends('layouts.user.main') @section('content')

Profile

@csrf @method('PUT')
{{ $users->email }}
@endsection