@extends('theme.master') @section('title', 'Show Institute') @section('content') @include('admin.message') @if ($errors->any())
@endif

Show Meterial

{{-- Back --}}
@if ($meterials != null && $meterials->count() > 0) @foreach($meterials as $meterial) @endforeach @else @endif
Date Course Note PDF/Document
{{ date('d-m-y', strtotime($meterial->created_at)) }} {{$meterial->course->title}}

{{$meterial->note}}

Download
No records found.
{{ $meterials->links() }}
@endsection @section('custom-script') @endsection