@extends('public.core.core') @section('csrf_token') @yield('csrf_token') @endsection @section('title') @yield('profile_title') @endsection @section('extra_css') @yield('extra_css_layouts') @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
@yield('dashboard_wrapper')
@endsection