@extends('cms.layout.base') @section('title', 'Testimonials') @section('content')
 Testimonials

Add New @if( count( $testimonials ) > 0 ) @foreach( $testimonials as $testimonial ) @endforeach @else @endif
Image En Name En Type En Description Ar Name Ar Type Ar Description Fr Name Fr Type Fr Description Ru Name Ru Type Ru Description Sp Name Sp Type Sp Description Action
{{ $testimonial->en_name }} {{ $testimonial->en_type }} {{ $testimonial->en_description }} {{ $testimonial->ar_name }} {{ $testimonial->ar_type }} {{ $testimonial->ar_description }} {{ $testimonial->fr_name }} {{ $testimonial->fr_type }} {{ $testimonial->fr_description }} {{ $testimonial->ru_name }} {{ $testimonial->ru_type }} {{ $testimonial->ru_description }} {{ $testimonial->sp_name }} {{ $testimonial->sp_type }} {{ $testimonial->sp_description }}
{{ csrf_field() }}
No Testimonial found
Image En Name En Type En Description Ar Name Ar Type Ar Description Fr Name Fr Type Fr Description Ru Name Ru Type Ru Description Sp Name Sp Type Sp Description Action
@endsection