@extends('layouts.master') @section('content')

{{ ucwords(Lang::get('girls.title')) }}

{{ Form::open(array('url' => 'girls/search', 'method' => 'get')) }}
{{ Form::text('search',null,array('placeholder'=>'Suche nach Name')) }}
{{ Form::submit('Suche',array('class'=>'button postfix')) }}
{{ Form::close() }}
{{HTML::link('girls/create', ucwords(Lang::get('girls.new entry')), array('class'=>'button tiny success right')) }}

Keine Einträge vorhanden.

@stop