@extends('layouts.backend.app') @push('header') @endpush @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
$post->image

{{$medico->title}}

{{$medico->especialidade}}

Created At : {{$medico->created_at}}

Tags
@if ($medico->tags) @foreach ($medico->tags as $tag) {{$tag->name}} @endforeach @endif

{!!$medico->body!!}
@endsection @push('footer') {!! Toastr::message() !!} @endpush