@extends('layouts.app') @section('content')

{{ trans('lang.vendor_plural2') }}

@csrf
@include('alerts.error_messages')
{{ trans('lang.vendor_user_details') }}
{{ trans('lang.user_first_name_help') }}
{{ trans('lang.user_last_name_help') }}
{{ trans('lang.user_email_help') }}
{{ trans('lang.user_password_help') }}
Enter your phone number with country.
{{ trans('lang.business_details') }}
{{ trans('lang.restaurant_name_help') }}
{{-- Category Dropdown --}} {{--
{{ trans('lang.restaurant_cuisines_help') }}
--}} {{-- Subcategory Dropdown (Multiselect) --}} {{--
{{ trans('lang.restaurant_cuisines_help') }}
--}}
Enter your phone number with country.
{{ trans('lang.restaurant_address_help') }}
* Don't Know your cordinates ? use Latitude and Longitude Finder
{{ trans('lang.restaurant_latitude_help') }}
{{ trans('lang.restaurant_longitude_help') }}
{{ trans('lang.vendor_image_help') }}
{{--
--}}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection