@extends('layouts.partials.master') @section('title', 'Estado') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Estado']) {{-- filters --}}
| ID | Nome | Ações | |||||
|---|---|---|---|---|---|---|---|
| {{ $status->id }} | {{ $status->name }} | ||||||
|
{{ __('translations.no_results') }} |
|||||||