@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Subscriptions')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @can('manage subscription') {{ __('locale.labels.actions') }} {{ __('locale.datatables.bulk_cancel') }} @endcan @can('new subscription') {{__('locale.buttons.new_subscription')}} @endcan {{ __('locale.labels.id') }} {{__('locale.labels.name')}} {{__('locale.subscription.subscribed_by')}} {{__('locale.subscription.subscribed_on')}} {{__('locale.subscription.ended_at')}} {{__('locale.labels.status')}} {{__('locale.labels.actions')}} @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection