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

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

@endsection @section('script') @endsection