@extends('layouts.admin') @section('title') {{ (\Auth::user()->id != $user->id) ? $user->name.__("'s Overview") : __('My Overview') }} @endsection @section('action-button') @endsection @php $logo = \App\Models\Utility::get_file('tasks/'); $logo_path=\App\Models\Utility::get_file('/'); @endphp @push('theme-script') @endpush @section('content')