@extends('collector.layouts.master') @section('content') Email @csrf Name Email Account Select Account @foreach ($organizations as $organization) id ? 'selected' : '' }}> {{ $organization->name }} @endforeach URL QR Code Send @endsection @push('scripts') @endpush