@extends('admin.layouts.sellermastersoyuz') @section('title', 'My Subscriptions | ') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('My Subscriptions') }} @endslot @slot('menu1') {{ __('My Subscriptions') }} @endslot @slot('button')
{{ __("Upgrade Plan")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('My Subscriptions')}}
# {{__("Plan name")}} {{__("Amount")}} {{__("Transcation ID")}} {{__("Start date")}} {{__("End date")}} {{__("Status")}}
@endsection @section('custom-script') @endsection