@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'Welcome') @section('content_header_title', 'Home') @section('content_header_subtitle', 'Welcome') {{-- Content body: main page content --}} @section('content_body')

{{$total_guest ?? 0}}

Guests

More info

{{$total_attended}}

Attended

More info

-

Search

More info
@stop {{-- Push extra CSS --}} @push('css') {{-- Add here extra stylesheets --}} {{-- --}} @endpush {{-- Push extra scripts --}} @push('js') @endpush