@extends('layouts.metronic', ['title' => 'Tipuri agenti', 'subtitle' => (!empty($agent_type))?'Editare tip agent':'Adăugare tip agent']) @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif

{{ (!empty($allergen))?'Editare tip agent':'Adăugare tip agent' }}

@if (!empty($agent_type)) @endif
{{ (!empty($agent_type))?$agent_type->code:old('name') }}
@foreach($agent_type->fields as $field) {{ $field }}, @endforeach
Închide
@endsection @section('menuVariables') @endsection