@extends('admin') @section('main')

{{$owner->name}}的股票


@foreach($shares as $share) @endforeach
股票ID 股票名称 买入价 卖出价 拥股量 购买时间 卖出时间
{{$share->sid}} {{$share->name}}
{{$share->limit_buying_at}} {{$share->limit_selling_at}} 编辑 强卖
@stop

@section('scripts') @stop