CA_LARAVEL/resources/views/home.blade.php
2020-03-13 11:11:35 +01:00

10 lines
232 B
PHP

@extends('layout')
@section('title')
<title>Home</title>
@endsection
@section('content')
<img src="img/app.png" weight=700px height=400px alt="">
<br>
<a href="{{ url('/contact-us') }}">Contactez-nous!</a>
@endsection