@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Feature Subscription Details') @section('badge') @endsection

Feature Subscription Details

{{ $store->name }}
{{-- @if (!empty($store->image))
@endif --}}
{{ $store->validity }}
{{ $store->no_of_banner }}
{{ $store->space }}
{{ $store->price }}
@endsection