@extends('layouts.master') @section('stylesheets') @endsection @section('content') @component('partials.breadcrumbs') @slot('breadcrumb') {!! Breadcrumbs::render('home') !!} @endslot @endcomponent
@component('components.infoboxes.infobox') @slot('bgcolor') bg-info @endslot @slot('number') {{$users->count()}}@endslot @slot('title') Σύνολο Contact @endslot @slot('url') # @endslot @endcomponent
@component('components.infoboxes.infobox') @if($pending->count() == 0) @slot('bgcolor') bg-success @endslot @elseif($pending->count() <= '10') @slot('bgcolor') bg-info @endslot @else @slot('bgcolor') bg-warning @endslot @endif @slot('number') {{$pending->count()}}@endslot @slot('title') Σύνολο Νέων Αιτημάτων @endslot @slot('url') # @endslot @endcomponent
@component('components.infoboxes.infobox') @slot('bgcolor') bg-info @endslot @slot('number') {{$pending_completed->count()}}@endslot @slot('title') Ολοκληρωμένα Αιτήματα @endslot @slot('url') /admin/pending/completed @endslot @endcomponent
Νέα Αιτήματα
@include('components.request_infoboxes.requests_block')
@include('components.administrators.table') @include('components.latest_contacts.table')
@endsection @section('javascripts') @endsection