@extends('dashboard/master/master') @section('title', 'الصيانة') @section('page-style') @endsection @section('content')
@include('dashboard.customer_cars.information_card',['row'=>$row])
الصيانات
@foreach($row->maintenance as $value) @endforeach
date expense notes primary_type secondary_type is_sync
{{$value->date}} {{$value->expense}} {{$value->notes}} {{$value->primary_type}} {{$value->secondary_type}} {{$value->is_sync}}
@endsection @section('page-script') @endsection