@extends('layouts.admin.app') @section('title', __('labels.pricing')) @section('header_data') @php $page_title = __('labels.pricing'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.sellers'), 'url' => null], ]; @endphp @section('admin-content')
@include('components.subscription-pricing')
@endsection