@extends('layouts.dashboard') @section('title', 'Gympass') @section('title-dashboard') @if($displayEdit != 'displayblock') @endif Gympass @endsection @section('pg-home') @endsection @section('content') @parent
@if($displayEdit != 'displayblock') @include('gympass/create') @endif
@if($displayEdit == 'displayblock') @include('gympass/edit') @endif
Lista de Gympass
{{-- */$x=0;/* --}} @foreach($gympass as $item) {{-- */$x++;/* --}} @endforeach
Código{{ trans('gympass.cliente_id') }}{{ trans('gympass.codigo_gympass') }}{{ trans('gympass.data') }}
{{ $item->id }} {{ $item->clientes->rsocial_nome }}{{ $item->codigo_gympass }}{{ dataBrasileira($item->data) }}
@endsection