@extends('layouts.manage') @section('title')@lang('Invoice')-{{$order->orderno}}-{{$order->created_at->format('dmY')}}@if(!empty(config('settings.site_logo_name')))-{{str_slug(config('settings.site_logo_name'))}}@endif - {{config('app.name')}}@endsection @section('page-header-title') @lang('View Invoice') @endsection @section('page-header-description') @lang('View and Print Invoice') @endsection @section('styles') @include('includes.order_tracker_style') @endsection @section('content')