@extends('admin.layouts.master') @section('title','Create a new bundle') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Bundle') }} @endslot @slot('menu1') {{ __('Bundle') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
{{ __('Add') }} {{ __('Bundle') }}
{{ csrf_field() }}
-

{{ __('size') }}: 250x150

{{ __('Upload') }}

@if(Auth::User()->role == "admin") @endif
@if(Auth::User()->role == "admin") @endif


{{ __('Subscription bundle works with stripe payment only') }}.
{{ __('Enable it only when you have setup stripe') }}.
@endsection @section('scripts') @endsection