@extends('layouts.metronic') @section('content')
{{ (!empty($offer))?'Editare':'Adăugare' }} Ofertă
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (!empty($offer)) @endif
@if (!empty($offer) && $offer->pdfPath != null )
@endif
@endsection @section('head') @endsection @section('scripts') @endsection @section('menuVariables') var menuItemName = "menuOffers"; var submenuItemName = ""; @stop