@extends('layouts.master') @section('title') {{ __('Expired Store List') }} @endsection @section('main_content')

{{ __('Expired Store List') }}

{{ __('Expired Store List') }}

@csrf
@include('admin.reports.expired-business.datas')
{{ __('SL') }}. {{ __('Business Name') }} {{ __('Business Category') }} {{ __('Phone') }} {{ __('Package') }} {{ __('Last Enroll') }} {{ __('Expired Date') }}
{{ $expired_businesses->links('vendor.pagination.bootstrap-5') }}
@endsection @push('js') @endpush