@extends('layouts.admin.show') @section('title')نموذج ترشيح@endsection @section('content') @include('includes.admin.header' , ['label_name' => 'نموذج ترشيح', 'add_button' => route('takeachance.create')])
@foreach ($data as $item) @endforeach
# الإسم رقم الهاتف الصف الإجراء
{{$item->id}} {{$item->name}} {{$item->phone}} {{$item->class}}
@endsection