@section('content') @extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Closing Dates') @endsection @section('content')

Closing Dates

Dates

@foreach ($dates as $index => $date) @endforeach
# Date Actions
{{ $index + 1 }} {{ $date->Date }}
@endsection @section('script') @endsection