@extends('layouts.admin') @section('title') Order Details @endsection @section('content')

Order Details

Order No. {{ $orderInfo->order_no }}
Total Price ${{ $orderInfo->total }}
Courses
Payment Method {{ $orderInfo->payment->method }}

Student Details

Student Name {{ $orderInfo->student->firstname . ' ' . $orderInfo->student->lastname }}
Student Email {{ $orderInfo->student->email }}
@endsection @section('style') @endsection @section('script') @endsection