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