@extends('layouts.base') @section('title') Create QR @endsection @section('content')

@yield('title')

@csrf @include('qr.partials.form')
@endsection