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