@extends('layouts.admin') @section('title', $Title ) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@php $number = ($PlanList->currentpage()-1)* $PlanList->perpage() + 1;@endphp @forelse($PlanList as $key => $list) @empty @endforelse
# Type Title Image Img Title Img Alt Description Action
{{ $number }} @if(!empty($list->type) && $list->type == '1') {{ __('Success Stories') }} @elseif(!empty($list->type) && $list->type == '2') {{ __('Happy Students') }} @endif {{ substr(strip_tags($list->title), 0, 40) }}... @if(!empty($list->image))@else @endif {{ substr(strip_tags($list->img_title), 0, 30) }}... {{ substr(strip_tags($list->img_alt), 0, 30) }}... {{ substr(strip_tags($list->description), 0, 30) }}...
@csrf @method('delete')
No Data Found
# Type Title Image Img Title Img Alt Description Action
Showing {{ $PlanList->firstItem() }} to {{ $PlanList->lastItem() }} of total {{$PlanList->total()}} entries
{{ $PlanList->links() }}
@endsection