@extends('backend.layouts.app') @section('title', @$data['title']) @section('style') @endsection @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!} @if (request()->filled('pricing_plan_price_id'))
@else @include('saas::company.plans', ['data' => $data]) @endif @endsection @section('script') @if (old('payment_gateway') == 'Offline Payment') @elseif (old('payment_gateway') == 'Stripe') @endif {{-- Multi form related js --}} @endsection