@extends('admin.layout') @section('content')
{{ __('Select Vendor') }}
    @csrf

    {{ __('if you do not select any vendor, then this Listing will be listed for Admin') }}

    @endsection @section('script') @endsection