@extends('main') @section('title') @endsection @section('styles') @endsection @section('content')
@foreach ($references as $key => $reference) @endforeach
@endsection @section('scripts') @endsection