@extends('layouts.data') @section('title') User Lists @endsection @section('content')

@csrf
@error('dataNumber')
{{ $message }}
@enderror
@endsection