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

@yield('title')

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