@extends('layouts/contentLayoutMaster') @section('title', __('locale.labels.create_plan')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @can('view sender_id') {{ __('locale.labels.actions') }} {{ __('locale.datatables.bulk_delete') }} @endcan @can('create sender_id') {{__('locale.labels.create_plan')}} @endcan {{ __('locale.labels.id') }} {{__('locale.plans.price')}} {{__('locale.labels.renew')}} {{__('locale.labels.actions')}} @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection