@extends('partner.layouts.master') @section('css') @endsection @section('breadcrumb')

تفاصيل الطلب

@endsection @section('content')
#{{$order->id}}
{{$order->created_at}}
{{$order->amount}} جنية مصري
@foreach($order->orders as $subOrder)
@if($subOrder->code->student_id) @else @endif {{$subOrder->created_at}}
@endforeach عملية بيع جديدة
@endsection @section('script') @endsection