@extends('admin.layouts.app') @section('title', 'Users') @section('content')

{{ $page }}

@csrf
{{ $errors->first('status') }}
{{ $errors->first('date_option') }}
{{ $errors->first('from') }}
{{ $errors->first('to') }}
{{ $errors->first('format') }}
@endsection