@extends('dashboard.layouts.master') @section('title', __('backend.dashboard')) @push('after-styles') @endpush @section('content')

{{ __('backend.hi') }} {{ Auth::user()->name }} , {{ __('backend.welcomeBack') }}

@csrf
@endsection @push('after-scripts') @endpush