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') @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