@extends("agentportal.layouts.layout") @if(isset($details)) @section("title", trans("message_lang.LBL_EDIT_AGENT_NOTIFICATION")) @else @section("title", trans("message_lang.LBL_ADD_AGENT_NOTIFICATION")) @endif @section("page_style") @endsection @section("content")

@if(isset($details)) {!! trans("message_lang.LBL_EDIT_AGENT_NOTIFICATION") !!} @else {!! trans("message_lang.LBL_ADD_AGENT_NOTIFICATION") !!} @endif

@csrf
@error('expiry_date') {{ $message }} @enderror
{{ trans('message_lang.LBL_STATUS') }}
@error('message') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection