{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{-- --}}
@php $fullName = Auth::user()->full_name; $words = explode(' ', $fullName); $firstLetterOfFirstWord = substr($words[0], 0, 1); $firstLetterOfLastWord = substr(end($words), 0, 1); $initials = $firstLetterOfFirstWord . $firstLetterOfLastWord; @endphp
@yield('title')
@yield('button')
@include('includes.errors') @include('includes.success') @yield('content')
@if (config('app.app_code') == 'local') @endif @if (session('refresh')) @endif