@foreach($profiles as $profile) @endforeach
First Name Last Name Email Mobile Mobile Verify Code Mobile Verify Status Region Id Country Id City Id Gender Brief Photo Status Action
{!! $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() !!}