@extends('layouts.app') @section('content') {{$user->first_name}} {{$user->last_name}} {{$user->job_title}} About Me Education {{$user->education}} Location {{$user->location}} Skills {{$user->skills}} Change password Profile {{ csrf_field() }} Current Password: New Password: Confirm New Password: Update {{ csrf_field() }} First Name Last Name Email Mobile Number Experience {{$user->experience}} Skills Location Education Job Title Update @endsection @section('script') @endsection
{{$user->job_title}}
{{$user->education}}
{{$user->location}}
{{$user->skills}}