@extends('layouts.metronic', ['title' => 'CONTINUT']) @section('content')
@if($working_id != "0")
@endif
@foreach ($history as $hist) @if ($hist['id'] == -1)
{{$hist['title']}}
@else {{$hist['title']}} @endif @endforeach
@endsection @section("modals") @endsection @section('head') @endsection @section('script') @endsection @section('menuVariables') @endsection