@extends('layouts.backend') @section('mainContentArea')

Manage {{ Route::currentRouteName() == 'partyVendors.index' ? 'Parties' : 'Vendors'}} {{-- --}}

{{--

Filter

Party Formate {{ Route::currentRouteName() == 'partyVendors.index' ? 'Parties' : 'Vendors'}} Status ACTION
--}}
{{-- --}} @php $dash = ''; @endphp @if(!empty($categories)) @foreach ($categories as $key => $c) {{-- --}} @if(isset($c['children'])&&(count($c['children']))) @include('backend.partyVendors.subsections.listsubcategory',['subcategories' => $c['children']]) @endif @endforeach @endif
S.No. Name Company Name Party Formate Business Model DiscountDiscount Base Status Actions
@if(isset($c['children'])&&(count($c['children'])))@endif{{$c['name']}} {{ empty( $c['company_name'] ) ? 'N/A' : $c['company_name'] }} {{ empty( $c['formate'] ) ? 'N/A' : $c['formate'] }} {{ empty( $c['model'] ) ? 'N/A' : $c['model'] }}{{ empty( $c['discount'] ) ? 'N/A' : $c['discount'] }}{{ empty( $c['discount_base'] ) ? 'N/A' : $c['discount_base'] }} @if($c['is_active']==1) @else @endif Edit
@endsection @section('extraJs') @endsection