@extends('layouts.main') @section('container')
Export to Excel
@php $options = [ 'status_id' => [ "" => "Semua", "1" => "Menunggu", "2" => "Proses", "3" => "Batal", ], 'leasing_provider' => [ "" => "Semua", 'BFI_FINANCE' => "BFI Finance", "BNI_FINANCE" => "BNI Finance" ] ]; $headers = json_encode([ '#No'=> 'no', 'Phone' => 'phone', 'Message' => 'message', 'Date' => 'created_at', ]); @endphp
@endsection