@extends('layouts.metronic') @section('content')
{{ (!empty($offer))?'Editare':'Adăugare' }} Serviciu tehnic
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (!empty($technical_service)) @endif
has_contract)?'checked':'' }}/>
@endsection @section('scripts') @endsection @section('menuVariables') var menuItemName = "menuTechnicalServices"; var submenuItemName = ""; @stop