@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Subscriptions')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@can('manage subscription')
@endcan @can('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