mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-24 03:42:14 +00:00
8 lines
219 B
PHP
8 lines
219 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> |