@extends('layouts.master') @section('title') شاشة التقييمات @endsection @section('css') @endsection @section('page-header')
@endsection @section('content')# | البرنامج | المستخدم | التقييم | التعليق | التاريخ | العمليات |
---|---|---|---|---|---|---|
{{ $rate->id }} | {{ @$rate->program->ar_program_name }} | {{ @$rate->Customer->name }} | {{ $rate->rate }} | {{ $rate->comment }} | {{ $rate->date }} |
|