@extends('layouts.user') @section('pageTitle') Qr işlemleri @endsection @section('content') @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @if ($errors->any()) @include('components.error-modal-second') @endif
{{-- --}}
@csrf
@csrf
@endsection @section('javascript') {{-- --}} @endsection