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

@if(isset($details)) {!! trans('message_lang.LBL_EDIT_EMAILS') !!} @else {!! trans('message_lang.LBL_ADD_EMAILS') !!} @endif

@csrf
@error('country_id') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('emails') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection