@extends('layouts.app') @section('title') Update Inventory @stop @section('breadcrumb') @stop @section('content') @php $society = false; $highrise = false; $size = ''; if ($projecttype->id == App\ProjectType::society) { $society = true; $size = \App\ProjectType::society_size; } if ($projecttype->id == App\ProjectType::high_rise) { $highrise = true; $size = \App\ProjectType::high_rise_size; } @endphp
@if ($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Update Inventory

Basic Information

{{ csrf_field() }}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ( $society)
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@endif
@if ($errors->has('unit_number')) {{ $errors->first('unit_number') }} @endif
@if ($errors->has('multipro_id')) {{ $errors->first('multipro_id') }} @endif
@if ($errors->has('price_list_id')) {{ $errors->first('price_list_id') }} @endif