@extends('dashboard.layouts.master') @section('title', __('backend.business_report')) @section('content') @include('sweetalert::alert')
@if (isset($business_report_module_permission) && $business_report_module_permission->read == 1)

{{ __('backend.business_report') }}

{{ __('backend.dashboard') }} / {{ __('backend.report') }} / {{ __('backend.business_report') }}
{{ __('backend.transaction_id') }} {{ __('backend.event_name') }} {{ __('backend.business_name') }} {{ __('backend.plan_name') }} {{ __('backend.amount') }} {{ __('backend.payment_status') }} {{ __('backend.sponsorship_status') }} {{ __('backend.start_date') }} {{ __('backend.end_date') }} {{ __('backend.purchase_date') }}
{{ Form::close() }}
@endif @endsection @push('after-scripts') @endpush