@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Round List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
@if(count($rounds) > 0) @foreach($rounds as $round) @endforeach @else @endif
Sl Image Title Title Bn Syllabus Action
{{$i}}
{{$round->title}} {{$round->titlebn}} {{$round->syllabus}}
No Data Found
{{$rounds->links()}}
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection