@extends('layouts.app') @section('content')

Промяна на обект

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('technician_id')) {{ $errors->first('technician_id') }} @endif
@if ($errors->has('chief_technician_id')) {{ $errors->first('chief_technician_id') }} @endif
@if ($errors->has('ptos')) {{ $errors->first('ptos') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
active)==1 ? 'checked' : ''}}> @if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection