@extends('food.default', ['title' => $servico->nome]) @section('content') @section('css') @endsection @csrf {{ $servico->nome }} R$ {{ __moeda($servico->valor) }} {{ $servico->descricao }} Quantidade @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 ADICIONAR R$ {{ __moeda($servico->valor) }} @if($servico->categoria) Categoria {{ $servico->categoria->nome }} @endif @endsection @section('js') @endsection
{{ $servico->descricao }}
Estabelecimento está fechado hoje
Restaurante está fechado hoje
Restaurante abrirá às {{ __hora_pt($funcionamento->inicio) }}