@extends('layouts.admin.app') @section('content')
@include('layouts.errors-and-messages') @if(!$categories->isEmpty())

Categorias

@if(env('EDIT_ADMIN')) @endif @foreach ($categories as $category) @if(env('EDIT_ADMIN')) @endif @endforeach
Nome Aparece na Home? Monta Cesta? StatusAção
{{ $category->name }} @if ($category->subCategory) @endif{{ $category->subCategory['name'] }} @if($category->web_home_show) @else @endif @if($category->web_monte_cesta) @else @endif @include('layouts.status', ['status' => $category->status])
{{ csrf_field() }}
Editar
{{-- {{ $categories->links() }} --}}
@else

Você ainda não possui categoria cadastrada. Deseja criar uma?

@endif
@endsection