@extends('layout.blank') @include('invoicetemplates.html') @section('content')
@yield('logo')
@yield('invoice_from')


@if(Input::get('Type') == 1 )
@yield('usage_invoice_duration')
@yield('usage_invoice_prevbal')
@yield('subscriptiontotal')
@else @yield('items') @endif
@yield('terms')
@yield('total')
@yield('footerterms') @if(Input::get('Type') == 1 ) @yield('sub_usage') @endif
@stop