| {!! $profile->first_name !!} |
{!! $profile->last_name !!} |
{!! $profile->email !!} |
{!! $profile->mobile !!} |
{!! $profile->mobile_verify_code !!} |
{!! $profile->mobile_verify_status !!} |
{!! $profile->region_id !!} |
{!! $profile->country_id !!} |
{!! $profile->city_id !!} |
{!! $profile->gender !!} |
{!! $profile->brief !!} |
{!! $profile->photo !!} |
{!! $profile->status !!} |
{!! Form::open(['route' => ['profiles.destroy', $profile->id], 'method' => 'delete']) !!}
{!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
|
@endforeach