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