@extends('back.layouts.main') @section('title', 'Order problems') @section('content')
@if ($data->isNotEmpty()) @foreach ($data as $row) @endforeach @else @endif
# Title Description Order Actions
{{ $row->id }} {{ $row->title }} {{ $row->description }} {{ $row->order_id }} تم الحل
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop