@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM OPERATIONS @include('includes.messages') {{ csrf_field() }} @php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp {!! QrCode::size(100)->generate(Request::url()) !!} Scan me to return to the original page. Name @endsection @section('more-scripts') @endsection
Scan me to return to the original page.