Ollo
Nick
{{\Auth::user()->name}}
{{\Auth::user()->email}}
{{--
--}} {{--
--}} {{-- Section--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Profilim--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Activity--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Messages--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- FAQ--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Support
--}} {{--
--}} {{--
--}}
Çıkış Yap
@include('dashboard.admin.layouts.menu')
@yield('title','Kontrol Paneli')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session()->has('success'))
{{ session('success') }}
@endif @yield('content')