@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('communication::general.campaign',1) }} @endsection @section('content')

{{ trans_choice('core::general.edit',1) }} {{ trans_choice('communication::general.campaign',1) }}

{{csrf_field()}}
{{csrf_field()}} @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@{{ business_rule_description }}
@endsection @section('scripts') @endsection