@extends('layouts.main') @section('title', 'Dashboard') @section('content') @push('head') @endpush

{{ __('Welceom')}} {{Auth::user()->name}}

@push('script') @endpush @endsection