@extends('admin.layout.app') @section('style') @endsection @section('content')
| # | اسم | الايميل | رقم التليفون | الصورة | تعديل | حذف | مكان الاقلاع | مكان الوصول | الباص |
|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->name}} | {{$item->email}} | {{$item->phone}} |
|
تعديل | حذف | {{$item->Bus->source_address ?? ''}} | {{$item->Bus->distenation_address ?? ''}} | @if( $item->Bus()->first() ) عرض الباص @else اضافة الباص @endif |