@extends('layouts.app') @section('content') @include('layouts.sidebar') Show Partner Partner Name @error('name') {{ $message }} @enderror Email @error('email') {{ $message }} @enderror Country of Origin @error('country_origin') {{ $message }} @enderror Industry Select an Industry industry) == 'Agriculture and Allied Industries' ? 'selected' : '' }}> Agriculture and Allied Industries industry) == 'Auto Components' ? 'selected' : '' }}>Auto Components industry) == 'Automobiles' ? 'selected' : '' }}>Automobiles industry) == 'Aviation' ? 'selected' : '' }}>Aviation industry) == 'Ayush' ? 'selected' : '' }}>Ayush industry) == 'Banking' ? 'selected' : '' }}>Banking industry) == 'Biotechnology' ? 'selected' : '' }}> Biotechnology industry) == 'Cement' ? 'selected' : '' }}>Cement industry) == 'Chemicals' ? 'selected' : '' }}>Chemicals industry) == 'Consumer Durables' ? 'selected' : '' }}> Consumer Durables industry) == 'Defence Manufacturing' ? 'selected' : '' }}> Defence Manufacturing industry) == 'E-Commerce' ? 'selected' : '' }}>E-Commerce industry) == 'Education and Training' ? 'selected' : '' }}> Education and Training industry) == 'Electric Vehicle' ? 'selected' : '' }}> Electric Vehicle industry) == 'Electronics System Design & Manufacturing' ? 'selected' : '' }}> Electronics System Design & Manufacturing industry) == 'Engineering and Capital Goods' ? 'selected' : '' }}> Engineering and Capital Goods industry) == 'Financial Services' ? 'selected' : '' }}> Financial Services industry) == 'FMCG' ? 'selected' : '' }}>FMCG industry) == 'Food Processing' ? 'selected' : '' }}>Food Processing industry) == 'Gems and Jewellery' ? 'selected' : '' }}> Gems and Jewellery industry) == 'Healthcare' ? 'selected' : '' }}>Healthcare industry) == 'Infrastructure' ? 'selected' : '' }}> Infrastructure industry) == 'Insurance' ? 'selected' : '' }}>Insurance industry) == 'IT & BPM' ? 'selected' : '' }}>IT & BPM industry) == 'Manufacturing' ? 'selected' : '' }}> Manufacturing industry) == 'Media and Entertainment' ? 'selected' : '' }}> Media and Entertainment industry) == 'Medical Devices' ? 'selected' : '' }}> Medical Devices industry) == 'Metals and Mining' ? 'selected' : '' }}> Metals and Mining industry) == 'MSME' ? 'selected' : '' }}>MSME industry) == 'Oil and Gas' ? 'selected' : '' }}>Oil and Gas industry) == 'Paper & Packaging' ? 'selected' : '' }}> Paper & Packaging industry) == 'Pharmaceuticals' ? 'selected' : '' }}> Pharmaceuticals industry) == 'Ports' ? 'selected' : '' }}>Ports industry) == 'Power' ? 'selected' : '' }}>Power industry) == 'Railways' ? 'selected' : '' }}>Railways industry) == 'Real Estate' ? 'selected' : '' }}>Real Estate industry) == 'Renewable Energy' ? 'selected' : '' }}> Renewable Energy industry) == 'Retail' ? 'selected' : '' }}>Retail industry) == 'Roads' ? 'selected' : '' }}>Roads industry) == 'Science and Technology' ? 'selected' : '' }}> Science and Technology industry) == 'Services' ? 'selected' : '' }}>Services industry) == 'Steel' ? 'selected' : '' }}>Steel industry) == 'Telecommunications' ? 'selected' : '' }}> Telecommunications industry) == 'Textiles' ? 'selected' : '' }}>Textiles industry) == 'Tourism and Hospitality' ? 'selected' : '' }}> Tourism and Hospitality Role Select a Role @foreach ($partnerRoles as $key => $partnerRole) role_id == $partnerRole->id ? 'selected' : '' }}> {{ $partnerRole->name }} @endforeach Description {{ old('description', $partner->description) }} @error('description') {{ $message }} @enderror Partner Type Select Partner Type partner_type == 1 ? 'selected' : '' }}>QR Code Restriction partner_type == 0 ? 'selected' : '' }}>No Restriction @if ($partner->partner_type == 1) Total QR Quantity @error('total_qr_qty') {{ $message }} @enderror @endif Amount @error('amount') {{ $message }} @enderror Back {{-- Submit --}} @endsection