{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($formDefinition['id'])) @method('PUT') @endif @csrf
@include('backend.errors') {{--
--}}
Atleast one email address is required
@endsection {{-- Scripts Section --}} @section('scripts') @endsection