@extends('admin.layout.app') @section('style') @endsection @section('content')

إعدادات عامة

قائمة الاسعار
@foreach(AllPriceLists() as $item ) @endforeach
# من مدينة الي مدينة نوع السيارة التكلفة التكلفة في حالة السائق الخارجي تعديل حذف
{{$item->id}} {{$item->FromCity->name_ar ?? ''}} {{$item->ToCity->name_ar ?? ''}} {{$item->CarType->name_ar ?? ''}} {{$item->price ?? ''}} {{$item->not_employee_price ?? ''}} تعديل حذف
@endsection @section('script') @endsection