@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{ __('#') }} {{ __('Date') }} {{ __('Card/Store Name') }} {{ __('Current Domain') }} {{ __('New Domain') }} {{ __('Status') }} {{ __('Actions') }}
@include('admin.includes.footer')
{{-- Processed domain --}} {{-- Reject domain --}} {{-- Custom JS --}} @section('scripts') @endsection @endsection