@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Tabela de Preço

@stop @section('content')
Filtros

@if(count($tabelasdepreco) == 0 ) @else @foreach($tabelasdepreco as $tabeladepreco) @endforeach @endif
Código Nome Ação
Nenhum registro Nenhum registro Nenhum registro
{{$tabeladepreco->id}} {{$tabeladepreco->nome}}
{{ $tabelasdepreco->onEachSide(10)->links() }}
@stop @section('css') @stop @section('js') @stop