@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
| Código |
Nome |
Ação |
@if(count($tabelasdepreco) == 0 )
| Nenhum registro |
Nenhum registro |
Nenhum registro |
@else
@foreach($tabelasdepreco as $tabeladepreco)
| {{$tabeladepreco->id}} |
{{$tabeladepreco->nome}} |
|
@endforeach
@endif
{{ $tabelasdepreco->onEachSide(10)->links() }}
@stop
@section('css')
@stop
@section('js')
@stop