migrate to gtea from bistbucket
This commit is contained in:
22
resources/views/layouts/business/pdf/pdf_layout.blade.php
Normal file
22
resources/views/layouts/business/pdf/pdf_layout.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="{{ in_array(app()->getLocale(), ['ar', 'arbh', 'eg-ar', 'fa', 'prs', 'ps', 'ur']) ? 'rtl' : 'ltr' }}">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ __('Pdf Print') }}</title>
|
||||
@stack('css')
|
||||
</head>
|
||||
|
||||
<body style="padding: 0; margin: 0; box-sizing: border-box;">
|
||||
<div style="padding: 0; margin: 0;" class="table-header">
|
||||
<h4>@yield('pdf_title')</h4>
|
||||
</div>
|
||||
<div class="" style="padding: 0; margin: 0;">
|
||||
@yield('pdf_content')
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user