@extends('core::layouts.backend') @section('layout')
{{ auth()->user()->name }}

{{ auth()->user()->name }}

@yield('partial')
@endsection