@extends('layouts.master') @section('content')
Update salary for {{$user->user_name}}
{{csrf_field()}}

{{\Carbon\Carbon::createFromTimestamp($salary->last_update)->diffForHumans()}}

@endsection