@extends('admin.layouts.master') @section('title','feature Page') @section('content')
Add New

Table

@foreach($rows as $row) {{-- @php dd($row) @endphp --}} @endforeach
# English description Arabic description Date order Action
{{$loop->iteration}} {!! $row->description_en !!} {!! $row->description_ar !!} {{$row->date}}{{$row->order}}
@endsection