@extends('admin.layouts.master')
@section('title','feature Page')
@section('content')
Table
| # |
English description |
Arabic description |
Date |
order |
Action |
@foreach($rows as $row)
| {{$loop->iteration}} |
{!! $row->description_en !!} |
{!! $row->description_ar !!} |
{{$row->date}} |
{{-- @php
dd($row)
@endphp --}}
{{$row->order}} |
|
@endforeach
@endsection