@extends('admin.layout.master') @section('title', "الباقات") @section('content')

الباقات

الباقات

@foreach($rows as $row) @endforeach
# الاسم سعر المده الاختبار التحكم
{{$i}} {{$row->title}} {{$row->price}} {{$row->duration}} {{$row->exam->title}}
@stop