@extends('frontend.layouts.master') @section('page_title') {{ $agenda['titol'] }} @endsection @section('head') @endsection @section('content-wrapper')

{{ $agenda['titol'] }}

{{ $agenda['titol'] }}
@if($agenda['idBotiga'] != 0 && $agenda['idBotiga'] != '')

{{ $agenda['nomBotiga'] }}

{{ $agenda['nomSector'] }}

@endif

{{ \Carbon\Carbon::parse($agenda['dataCaducitat'])->format('d M Y') .' ' . $agenda['hora_calendari'] }}

{!! str_replace('
', '', $agenda['descripcio']) !!}

@endsection