@extends('layouts.public') @section('content')
@if(!empty($errors->all()))
@foreach ($errors->all() as $error) × {{ $error }}
@endforeach
@endif @if(isset($channels))
@csrf
@endif
@endsection