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

11 lines
283 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>
<a href="{{ url('/login') }}">Se connecter</a>
@endsection