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

View All Courses Meterials

{{--

User

--}}
@if ($meterials != null && $meterials->count() > 0) @foreach ($meterials as $meterial) @endforeach @else @endif
Date Course Action
{{ date('d-m-y', strtotime($meterial->createdate)) }} {{ $meterial->course->title }}
View All {{ csrf_field() }}
No records found.
{{ $meterials->links() }}
@endsection @section('custom-script') @endsection