@extends('usuarios.clientes.master.layoutcliente') @section('conteudo') {{-- SELECT STYLE --}} @php $i=1;@endphp
@if(isset($categorias)) @foreach($categorias as $categoria) @php try { $decrypted =Crypt::encryptString($categoria->id); } catch (DecryptException $e) { $decrypted=0; } @endphp @endforeach @endif
# Categoria Acçao
{{$i++}} {{$categoria->categoriacliente}} Editar
@endsection