@extends('admin.layout.app') @section('style') @endsection @section('header') @endsection @section('content')

قائمه الكل

@foreach($feedbacks as $item) @endforeach
# الاسم البريد الالكتروني رقم الجوال كيف عرفتنا العمليات
{{$item->id}} {{$item->name}} {{$item->email}} {{$item->content}} {{$item->source}}
@endsection @section('script') @endsection