@extends('layouts.dashboard')
@section('title', 'Config. pagamentos')
@section('title-dashboard')
Config. pagamentos
@endsection
@section('pg-home')
@endsection
@section('content')
@parent
@include('config_pagamentos/create')
@if($displayEdit == 'displayblock')
@include('config_pagamentos/edit')
@endif
Lista de Config. pagamentos
| {{trans('padrao.editar')}} | Código | {{ trans('config_pagamentos.menu_id') }} | {{trans('padrao.excluir')}} |
{{-- */$x=0;/* --}}
@foreach($config_pagamentos as $item)
{{-- */$x++;/* --}}
|
{{ $item->id }} |
{{ $item->menus->nome }} |
|
@endforeach
@endsection