@extends('setting.nav') @section('title', 'Domain Email') @section('content')
@if (session('success')) @endif
Domain Match {{ $match_domain ?? 0 }}
Domain not match {{ $notmatch_domain ?? 0 }}
@csrf
@endsection