@extends('admin_layouts.main') @section('main-section')
Add Testimonial
@if(Session::has('success')) @endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
Testimonial
@foreach($testimonial as $testimonials) @endforeach
ID Name Description Image Action
{{$testimonials->id}} {{$testimonials->name}} {{$testimonials->description}} Edit Delete
@endsection