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

Създаване на обект

{{ 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('chief_technician_id')) {{ $errors->first('chief_technician_id') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@endsection