@extends('admin.layout') @section('content')

Referencje ({{ $references->total() }})



@foreach($references as $ref) @endforeach
ID Nazwa Osoba Adres Kontakt Akcje
{{ $ref->id }} {{ $ref->title }} {{ $ref->person }} {{ $ref->company }} {{ $ref->email }}
{{ $ref->phone }}
{!! $references->render() !!}
@endsection @section('extra_scripts') @endsection