@extends('layouts.teacher') {{ config('app.name', 'Laravel') }} | Teacher | Kiddie Links @section('main-content')
@if (Session::has('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Records / Kiddie Links

List
{{-- --}} @if (isset($links) && count($links) != 0) @foreach ($links as $key => $link) {{-- --}} @endforeach @else @endif
#LinkTopic Name Type Description Created On Actions
No Link found
@endsection