@extends('layouts.layout-admin') @section('styles') @endsection @section('content') {{ __('Supplier Details') }} {{ __('Home') }} {{ __('Update Supplier Details') }} {{ __('Supplier Details') }} @csrf {{method_field('PUT')}} {{ __('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, $supplierInfo->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') }} {{$supplierInfo->address}} @if($errors->has('address')) {{ $errors->first('address') }} @endif {{ __('Country') }} {{ __('select') }} @foreach($countries as $country) countries_id == $supplierInfo->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 {{ __('Phone Number') }} {{ __('*') }} @if($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ __('Email') }} @if($errors->has('email')) {{ $errors->first('email') }} @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 hotel_confirmation)? 'checked' : '' !!} class="form-check-input" name="hotel_confirmation" id="hotel_confirmation"> Send Confirmation to Hotel {{ __('Status') }} {!! Form::select('status', $status, $supplierInfo->status, ['class' => 'form-control m-bot15']) !!} @if($errors->has('status')) {{ $errors->first('status') }} @endif {{ __('Update 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('phone') }}
{{ $errors->first('email') }}
{{ $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') }}