@extends('layouts.admin.app') @section('title', $restaurant->name . "'s" . translate('messages.subscription')) @push('css_or_js') @endpush @section('content')
@csrf @method('POST')
{{ translate('messages.Transaction_List') }} {{ $total }}
@csrf
@if(request()->get('search')) @endif
@include('admin-views.vendor.view.partials._rest_subs_transcation',['transcations' =>$transcations])
{{ translate('messages.transaction') }} {{ translate('messages.id') }} {{ translate('Transaction Date') }} {{ translate('messages.Package Name') }} {{ translate('messages.Pricing') }} {{ translate('messages.Duration') }} {{ translate('messages.Payment Status') }} {{ translate('messages.action') }}
@if(count($transcations) === 0)
public
{{translate('no_data_found')}}
@endif
{!! $transcations->appends(request()->all())->links() !!}
@endsection @push('script_2') @endpush