@yield('css')
UCG
{{-- {{ \Auth::user()->name }} {{ \Auth::user()->last_name }} --}}
{{--
Edit Profile
2
Inbox
Calendar
Setting
--}}
Logout
{{--
--}}
{{-- {{ \Auth::user()->name }} {{ \Auth::user()->last_name }} --}} {{--
Front end developer
--}}
{{-- @if(\Auth::user()->type_of_user == 1)
Cupones
Posts
Areas
Payments
@endif @if(\Auth::user()->type_of_user == 2 || \Auth::user()->type_of_user == 3)
Denuncias
@endif @if(\Auth::user()->type_of_user == 3)
Usuarios
@endif --}}
Payments
{{--
Payments
--}}
@yield('breadcrumb')
@yield('header')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@yield('js')