@extends('admin.layout') @section('content')

QR Code Setup

{{-- --}}
{{ csrf_field() }}
{!! $errors->first('value', ':message') !!}
@if(!empty( $setting->value))
@endif
    {{--
  • @csrf
  • --}}
  • @csrf
  • {{--
  • @csrf
  • --}}
@endsection