This commit is contained in:
alexandre-pereira 2015-03-10 16:14:59 +01:00
parent ab69d09f94
commit bc538b0c27
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
@extends('app')
@section('content')
{{ HTML::style('css/frontend.css'); }}
<nav>
<form onsubmit="rechercherReferent()">
@ -43,4 +44,5 @@
</script>
@else
<h1>Aucun référent trouvé</h1>
@endif
@endsection