@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
{{ @$data['title'] }}
{!! QrCode::size(700)->style('square')->generate($data['qr_value']) !!}

{{ _trans('attendance.Scan me to checkin.') }}

@endsection @section('script') @include('backend.partials.datatable') @endsection