@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |User reports>> create @endsection @section('content')

Generate report of staffs scan respective campus-

@lang('app.intro-text')

@csrf()
{{ Form::button('Submit', ['type' => 'submit', 'class' => 'btn btn-lg btn-success pull-right']) }}
@endsection @section('scripts') @endsection