@extends('template') @section('content')
Forma de Pagamento @if(routeAcess('admin.forma.pagamento.create')) Nova Forma de Pagamento @endif
@foreach($formasdepagamento as $formadepagamento) @endforeach
Cód. Forma de Pagamento Status Data Cad. Editar
{{ $formadepagamento->id }} {{ $formadepagamento->name }} @if($formadepagamento->status == 'Ativo') ATIVO @else INATIVO @endif {{ dateToBR($formadepagamento->created_at) }} @if(routeAcess('admin.forma.pagamento.edit')) @endif
@stop() @section('js-admin-did') @stop()