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

{{$user->name}} ({{$user->email}})

@csrf
@endsection @push('scripts') @endpush