@extends('dashboard/master/master') @section('title', 'الصيانة') @section('page-style') @endsection @section('content')
@include('dashboard.customer_cars.information_card',['row'=>$row])
التشخيصات
@foreach($row->diagnosis as $value) @endforeach
trouble pending permanent date time
{{$value->trouble}} {{$value->pending}} {{$value->permanent}} {{$value->date}} {{$value->time}}
@endsection @section('page-script') @endsection