@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
@csrf
@php $activity_batch_id = old('activity_batch_id',isset($model)?$model->activity_batch_id:''); @endphp @if ($errors->has('activity_batch_id')) @foreach($errors->get('activity_batch_id') as $error)
{{ $error }}
@endforeach @endif
{{-- 發送時間 --}}
@if($errors->has('send_date')) @foreach ($errors->get('send_date') as $error)
{{$error}}
@endforeach @endif
@if ($errors->has('type_id')) @foreach($errors->get('type_id') as $error)
{{ $error }}
@endforeach @endif
@endsection {{-- Script --}} @push('scripts') @endpush