@extends('template.default') @section('text-field') @stop @section('content')

Filtros

{{ csrf_field() }} @foreach($datas->data as $key => $data) @endforeach
Senha Nome Email Data de Nascimento Telefone Celular
@if($data->senha) fiber_manual_record @endif @if(!$data->senha) fiber_manual_record @endif {{ $data->name }} {{ $data->email }} {{ (($data->data_nascimento) ? \Carbon\Carbon::parse($data->data_nascimento)->format('d/m/Y') : '') }} {{ $data->telefone }} {{ $data->celular }}
@if($datas->last_page > 1)
  • chevron_left
  • @for($i = 1; $i <= $datas->last_page; $i++) @if($i < ($datas->current_page - 5) ) @continue @endif @if($i > ($datas->current_page + 5) ) @continue @endif
  • {{ $i }}
  • @endfor
  • chevron_right
@endif
@endsection @section('specific-scripts') @stop