{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@if(!empty($errors->all()))5
@foreach($errors->all() as $message)
{{ $message }}
@endforeach
@endif
@if($sms_module_enabled)
@endif
Comma separated emails without space
Please use plain text and enter for new line. (Keywords are allowed)
Enter keywords in new line
@endsection {{-- Scripts Section --}} @section('scripts') @endsection