@extends('layouts.master') @section('title', 'Subscription | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.subscriptions')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.subscription') }}
{{ __('basic.subscription types') }}
@foreach ($items as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.type') }} {{ __('basic.name') }} {{ __('basic.price') }} {{ __('basic.validity period') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->type }} {{ $item->name }} {{ $item->price }} {{ $item->validity_period }} {{ __('basic.edit') }} {{ __('basic.delete') }}
@endsection @section('js') @endsection