@extends('layouts.member') @section('title', 'Create E - Sign') @if (!$update) @section('breadcrumb', 'member.qr-code.create') @endif @section('content')
@csrf
@error('subject') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('content') {{ $message }} @enderror
{{--
--}} Need custom logo? Go Premium.
@endsection