@extends('layouts.base') @section('content')
详细信息
{{$apply->hasOneMember->nickname}}
{{$apply->realname}}
{{$apply->mobile}}
{{$apply->created_at}}
{{\app\common\models\Address::where('id',$apply->information['province_id'])->value('areaname')}} {{\app\common\models\Address::where('id',$apply->information['city_id'])->value('areaname')}} {{\app\common\models\Address::where('id',$apply->information['district_id'])->value('areaname')}} {{\app\common\models\Address::where('id',$apply->information['street_id'])->value('areaname')}}
{{$apply->information['address']}}
{{$apply->information['remark']}}
@endsection