@extends("website.layouts.layout") @section("title") Home @endsection @section('css') @endsection @section("body")
@if ($video) @endif
@csrf
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if(Session::has("error"))

{{ Session::get("error") }}

@endif
Hear From Us
@include('partials.event') @include('website.partials.contact-form')
@endsection