@extends('layouts.app') @section('title', 'Permohonan '.strtoupper(App\IPR::where('name', $ipr->name)->pluck('name')[0])) @section('css') @endsection @section('content') @php $user = Auth::user()->profile->tarikh_lahir; $years = (Carbon\Carbon::now()->year) - (Carbon\Carbon::parse($user)->year); @endphp