@extends('admin.layout.master') @section('content')

فريق العمل {{$testimonials->total()}}


@if($testimonials->count() > 0 ) @foreach($testimonials as $index => $testimonial) @endforeach
# الاسم صورة العضو الاختصار الوصف رقم الموبايل الايميل Facebook Twitter Gmail ألتحكم
{{$index + 1}} {{$testimonial->name}} {{$testimonial->shortname}} {!! $testimonial->body !!} {{$testimonial->mobile}} {{$testimonial->email}} {{$testimonial->facebook}} {{$testimonial->twitter}} {{$testimonial->Gmail}} تعديل
{{csrf_field()}} {{method_field('delete')}}
{{$testimonials->appends(request()->query())->links()}}
@else

لايوجد سجلات

@endif
@endsection