@extends('backend.layouts.app') @section('title', 'Update Profile') @section('page-title', 'Update Profile') @section('page-breadcrumb', 'Update Profile') @section('content')
Update Profile | Please Complete the details to access dashboard
@csrf
@foreach($users_list as $user)
User Info

{{$user->mobile}}
{{$user->parent_alias}}
Address

@endforeach
@endsection @section('self_script') @endsection