test
This commit is contained in:
parent
ab69d09f94
commit
bc538b0c27
@ -1,5 +1,6 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
@section('content')
|
@section('content')
|
||||||
|
{{ HTML::style('css/frontend.css'); }}
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<form onsubmit="rechercherReferent()">
|
<form onsubmit="rechercherReferent()">
|
||||||
@ -43,4 +44,5 @@
|
|||||||
</script>
|
</script>
|
||||||
@else
|
@else
|
||||||
<h1>Aucun référent trouvé</h1>
|
<h1>Aucun référent trouvé</h1>
|
||||||
|
@endif
|
||||||
@endsection
|
@endsection
|
||||||
|
Reference in New Issue
Block a user