/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
resources
/
views
/
print
/
library
/
/home/techb158/ileadtechnology.com/SSM/resources/views/print/library
mkdir
upload
Name
Size
Mode
Actions
barcode.blade.php
853
0644
edit
dl
rm
book.blade.php
1515
0644
edit
dl
rm
issue-return.blade.php
2422
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/resources/views/print/library/barcode.blade.php
(853B)
<!DOCTYPE html> <html> <head> <title>{{env('APP_NAME')}}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style> *{font-family:'Helvetica';} body{width:auto; max-width:800px;margin:0 auto;font-size:12px;} </style> </head> <body> <div style="margin-top: 10px;"> <div style="padding:10px;background: #ffffff;"> @foreach($items as $item) <div style="height: {{request('height')}}mm; float: left; margin: 0px 10px 20px; border: 0px solid black; padding: 10px 5px;"> <center>{!! DNS1D::getBarcodeHTML($item, "C39"); !!}</center> <center>{{$item}}</center> </div> @if($loop->iteration % request('per_page_limit') === 0) <div style="page-break-after: always;"></div> @endif @endforeach </div> </div> </body> </html>
Save
cmd:
run