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