MIF_E31221264/resources/views/landingpage/home.blade.php

16 lines
572 B
PHP

@extends('landingpage.master')
@section('footer')
<div class="row flex-center py-5">
<div class="col-12 col-sm-8 col-md-6 text-center text-md-start">
</div>
<div class="col-12 col-sm-8 col-md-6">
<p class="fs--1 text-dark my-2 text-center text-md-end">&copy; 2025 &nbsp;
<svg class="bi bi-suit-heart-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#76C279" viewBox="0 0 16 16"></svg>
</p>
</div>
</div>
</div>
</div>
@endsection