@extends('admin.layout.app') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

All Testimonials

Add Testimonial
@foreach ($testimonial as $r) @endforeach
S.No. Name Image Action Delete
{{ $loop->iteration }} {{ $r->title }}
@endsection @push('footerscript') @endpush