@extends('layouts.admin.show') @section('title')عون الثانوي@endsection @section('content') @include('includes.admin.header' , ['label_name' => 'عون الثانوي', 'add_button' => route('own.createTawjihi') ])
@foreach ($data as $item) @endforeach
# ترميز الدراسة اسم الطالب رقم الهاتف المنطقة التخصص الملاحظات الإجراء
{{$item->id}} {{$item->custom_id}} {{$item->student_name}} {{$item->phone}} {{$item->city}} {{$item->major}} {{$item->notes}}
@endsection