@extends('layouts.main') @section('main-content') @php $authUser = auth()->user(); @endphp
@yield('content')
{{ $user->nameAbbreviation() }}
{{--
--}} {{----}} {{--
--}}
@endsection