@extends(get_view('index')) @section('title'){{ translate('marketing_module_entry') }} - @endsection @section('header') @endsection @section('content')

{{ translate('marketing_module_entry') }}


@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('footer') @endsection