@extends('admin.admin_master') @section('title') Why Study With Us List @endsection @section('content')
@if (session('success'))
Success! {{ Session::get('success') }}
@endif

Why Study With Us List Add New

@foreach ($whyStudyUs as $key => $row) @endforeach
Sl Title Image Description Action
{{ $key+1 }} {{ $row->title }} {{ Str::limit($row->description,50) }}
@endsection