@extends('email-template') @section('title') {{ $banner->title }} @stop @section('content')
The paid period for banner id {{ $banner->id }} and name {{ $banner->title }} lapsed today.
If you would like to renew it please create new booking by clicking the following link, or copy and paste it into your browser.
{!! Html::link('/profile/booking/' . $banner->id . '/create', 'Renew') !!}
Thanks for your attention,
The Salvo Team.
@stop