@extends('layouts.color_admin.default') @section('title', 'E-mail') @push('css') @endpush @section('content')
@csrf

Update E-mail Template

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('b_a_email'))
{{ Session::pull('b_a_email')}}
@endif
Template Name
Subject
Text
{{--
{!! old('text', $mail->text) !!}
--}} {{-- --}}

{{ $mail->variables }}

::oav_number:: ::company_name:: ::maand::
Button text
CC E-mail

gescheiden door komma

Bcc E-mail

gescheiden door komma

@endsection @push('scripts') @endpush