@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Job Report Reports Job Report Print {{Session::get('company')}} Ph: {{Session::get('phone')}}, {{Session::get('address')}} {{$voucherhead}} Print Back @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop