@extends('_layouts.default')
@section('content')
{{{ $address->title }}}
- {{ link_to_route('addresses.edit', 'Módosítás', $address->id, array('class' => 'button tiny')) }}
-
{{ Form::open(array('route' => array('addresses.destroy', $address->id), 'method' => 'delete')) }}
{{ Form::submit('Törlés', array('class' => 'button tiny alert')) }}
{{ Form::close() }}
- {{{ $address->address }}}
- {{{ $address->city }}}
- {{{ $address->postcode }}}
@stop