@extends('food.default', ['title' => $servico->nome]) @section('content') @section('css') @endsection
@csrf

{{ $servico->nome }}

R$ {{ __moeda($servico->valor) }}

{{ $servico->descricao }}

@if($funcionamento == null)
@if(\App\Models\MarketPlaceConfig::getSegmentoServico($config))

Estabelecimento está fechado hoje

@else

Restaurante está fechado hoje

@endif
@endif @if(!\App\Models\MarketPlaceConfig::getSegmentoServico($config)) @if($funcionamento != null && !$funcionamento->aberto)

Restaurante abrirá às {{ __hora_pt($funcionamento->inicio) }}

@endif @endif
    @if($servico->categoria)
  • Categoria {{ $servico->categoria->nome }}
  • @endif
@endsection @section('js') @endsection