@extends('layouts.layout-admin') @section('styles') @endsection @section('content') {{ __('Supplier Details') }} {{ __('Home') }} {{ __('Supplier Details') }} {{ __('Supplier Details') }} @csrf {{ __('Supplier Company') }} {{ __('*') }} @if($errors->has('supplier_company')) {{ $errors->first('supplier_company') }} @endif {{ __('Supplier Code') }} @if($errors->has('supplier_code')) {{ $errors->first('supplier_code') }} @endif {{ __('Contractor First Name') }} {{ __('*') }} {!! Form::select('name_prefix', $namePrefix, null, ['id' =>'name_prefix', 'class' => 'form-control m-bot15']) !!} @if($errors->has('name_prefix')) {{ $errors->first('name_prefix') }} @endif @if($errors->has('contractor_first_name')) {{ $errors->first('contractor_first_name') }} @endif {{ __('Contractor Last Name') }} {{ __('*') }} @if($errors->has('contractor_last_name')) {{ $errors->first('contractor_last_name') }} @endif {{ __('Supplier Ref') }} @if($errors->has('supplier_ref')) {{ $errors->first('supplier_ref') }} @endif {{ __('License No') }} @if($errors->has('license_number')) {{ $errors->first('license_number') }} @endif {{ __('Address') }} {{Request::old('address')}} @if($errors->has('address')) {{ $errors->first('address') }} @endif {{ __('Country') }} {{ __('select') }} @foreach($countries as $country) countries_id == Request::old('country_id'))?'selected':'' }}>{{ $country->countries_name }} @endforeach @if($errors->has('country_id')) {{ $errors->first('country_id') }} @endif {{ __('State') }} @if($errors->has('state')) {{ $errors->first('state') }} @endif {{ __('City') }} @if($errors->has('city')) {{ $errors->first('city') }} @endif {{ __('Postal Code') }} @if($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif {{ __('Email') }} {{ __('*') }} @if($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Password') }} {{ __('*') }} @if($errors->has('password')) {{ $errors->first('password') }} @endif {{ __('Phone Number') }} {{ __('*') }} @if($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ __('Pan Number') }} @if($errors->has('pan_number')) {{ $errors->first('pan_number') }} @endif {{ __('Tan Number') }} @if($errors->has('tan_number')) {{ $errors->first('tan_number') }} @endif {{ __('Service Tax No') }} @if($errors->has('service_tax_number')) {{ $errors->first('service_tax_number') }} @endif {{ __('IATA No') }} @if($errors->has('iata_no')) {{ $errors->first('iata_no') }} @endif {{ __('TTA No') }} @if($errors->has('tta_no')) {{ $errors->first('tta_no') }} @endif {{ __('Tax No') }} @if($errors->has('fax_number')) {{ $errors->first('fax_number') }} @endif Send Confirmation to Hotel {{ __('Status') }} {!! Form::select('status', $status, Request::old('status'), ['class' => 'form-control m-bot15']) !!} @if($errors->has('status')) {{ $errors->first('status') }} @endif {{ __('Add Details') }} {{ __('Cancel') }} @endsection @section('scripts') @endsection
{{ $errors->first('supplier_company') }}
{{ $errors->first('supplier_code') }}
{{ $errors->first('name_prefix') }}
{{ $errors->first('contractor_first_name') }}
{{ $errors->first('contractor_last_name') }}
{{ $errors->first('supplier_ref') }}
{{ $errors->first('license_number') }}
{{ $errors->first('address') }}
{{ $errors->first('country_id') }}
{{ $errors->first('state') }}
{{ $errors->first('city') }}
{{ $errors->first('postal_code') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('phone') }}
{{ $errors->first('pan_number') }}
{{ $errors->first('tan_number') }}
{{ $errors->first('service_tax_number') }}
{{ $errors->first('iata_no') }}
{{ $errors->first('tta_no') }}
{{ $errors->first('fax_number') }}
{{ $errors->first('status') }}