@extends('layouts.master') @section('title', 'Registration Period') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')


@foreach($registration as $key=>$new_registration) @endforeach
No. Name of Period Date from Date to
{{ ++$key }} {{ $new_registration->registration_name }} {{ $new_registration->registration_from }} {{ $new_registration->registration_to }}
@include('layouts.footer') @endsection