🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 register.blade.php

📁 Path: /home/skhata/new.chandrapharma.com/resources/views/vendor/register.blade.php
📊 Size: 1.58 KB
🔒 Perm: 0644
📝 MIME: text/plain
<x-app-layout>
    <x-slot name="title">Become a Vendor</x-slot>
    <div class="max-w-2xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
        <div class="text-center mb-8">
            <h1 class="text-3xl font-bold text-gray-900">Become a Vendor</h1>
            <p class="text-gray-500 mt-2">Start selling on {{ config('app.name') }} today</p>
        </div>
        @if($errors->any())<div class="bg-red-50 border border-red-200 text-red-700 rounded-lg px-4 py-3 text-sm mb-6">@foreach($errors->all() as $e)<p>{{ $e }}</p>@endforeach</div>@endif
        <form method="POST" action="{{ route('vendor.register.store') }}" enctype="multipart/form-data" class="card card-body space-y-4">
            @csrf
            <div>
                <label class="label">Shop Name</label>
                <input type="text" name="shop_name" value="{{ old('shop_name') }}" class="input" required>
            </div>
            <div>
                <label class="label">Business Description</label>
                <textarea name="description" rows="3" class="input">{{ old('description') }}</textarea>
            </div>
            <div>
                <label class="label">Business Phone</label>
                <input type="tel" name="phone" value="{{ old('phone') }}" class="input">
            </div>
            <div>
                <label class="label">Business Address</label>
                <input type="text" name="address" value="{{ old('address') }}" class="input">
            </div>
            <button type="submit" class="btn-primary w-full">Submit Application</button>
        </form>
    </div>
</x-app-layout>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨