@extends('layouts.partials.master') @section('title', 'Logistas') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Comércio']) {{-- filters - start --}}
ID | Nome | Número fiscal | Cidade | Tipo | Imagem | Estados | Easy Pay | Responsável | @if (count($languages) > 0)Traduções | @endifAções | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $store->id }} | {{ $store->commercial_name }} | {{ $store->fiscal_number }} | {{ $store->email }} | {{ $store->city }} | {{ __('translations.store_types.' . $store->type) }} |
@if(!empty($store['logo_img']))
|
@include('layouts.components.status', ['status' => $store->status]) | @if ($store->split_account_id) @include('layouts.components.badges', ['type' => 'success', 'text' => 'Ativo']) @else @include('layouts.components.badges', ['type' => 'danger', 'text' => 'Inativo']) @endif | @if ($store->legalRepresentative) {{ $store->legalRepresentative->user->first_name }} {{ $store->legalRepresentative->user->last_name }} @endif | @if (count($languages) > 0)@include('layouts.components.display-flags', ['context' => $store]) | @endif|
{{ __('translations.no_results') }} |