@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
@foreach($orderList as $key => $val)
{{$order_type[$val->order_type]}}
{{ $val->service_name }}
¥{{ $val->amount }}
@endforeach
@else