@extends('layouts.AdminLayout') @section('content')
{{$domaintext}} Export To Excel
Search Parameters
@csrf

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection @section("js") @endsection