@extends('frontend.counselor-dashboard.layouts.master') @section('dashboard-contents')

Counselor

New
@foreach ($models as $model) @endforeach @if(count($models) ==0) @endif
Thumb Image Title Actions
{{ $model->title }}
{{ __('No Data') }}
{{ $models->render() }}
@endsection @push('scripts') @endpush