@extends('layouts.AdminLayout') @section('content')
Cooling Period List Export To Excel
Search Parameters
@csrf

@php $i=0; @endphp @foreach($users_data as $users) @php $i++; @endphp @if($users->domainCreationDate == Null) @else @endif @if($users->domainExpiryDate == Null) @else @endif @if($users->created_at == Null) @else @endif @endforeach
@endsection @section("js") @endsection