@extends('layouts.admin') @section('title', $fiscal->full_name) @section('header')
@endsection @section('content'){{ $market->name }}
@if($market->pivot->primary_fiscal) Fiscal Principal @endif @if($market->pivot->assigned_zones) | Zonas: {{ implode(', ', json_decode($market->pivot->assigned_zones, true) ?? []) }} @endif
Nenhum mercado atribuído
@endif{{ number_format($payment->amount, 2, ',', '.') }} Kz
{{ $payment->created_at->format('d/m/Y H:i') }}
{{ $occurrence->title }}
{{ $occurrence->type }} • {{ $occurrence->created_at->diffForHumans() }}