@extends('admin.layouts.master') @section('title','Create a new bundle') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Add Bundle') }}
{{ csrf_field() }}
{{ __('Upload') }}
{{ __('Recommended size: 250x150') }}.
{{ __('Subscription bundle works with only stripe payment gateway.') }}.
{{ __('Enable it only when you have setup stripe') }}.


@if(Auth::User()->role == "admin") @endif
@if(Auth::User()->role == "admin") @endif
@endsection @section('scripts') @endsection