@extends('admin.layout.master') @section('title', " المصادر") @section('content')

المصادر

المصادر

@foreach($rows as $row) @endforeach
# العنوان المسار التحكم
{{$i}} {{$row->title ?? '-'}} {!! $row->link !!}
@stop