@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb') @endsection @section('content')

مرحبا بك {{auth()->user()->name}}

برجاء ادخال الرمز الخاص بك للتمكن من استخدام لوحة التحكم

@csrf
@endsection @section('script') @endsection