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

Länder {{HTML::link('countries/create', 'Neuer Eintrag', array('class'=>'button tiny right')) }}

{{ $countries->links() }}
{{ ucwords(Lang::get('countries.short_code')) }} {{ ucwords(Lang::get('countries.country_name')) }}
{{ $countries->links() }}
@stop