@extends('admin::layouts.master') @section('title','E-SHOP || Create Email Campaign') @section('content')
Create Email Campaign
@csrf
Select the email template to use for this campaign. Default templates are pre-selected. @error('template_id')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@endsection @push('styles') @endpush @push('scripts') @endpush