@extends('print.template.a4-print') @section('head') @parent @endsection @section('body') @parent @if(!empty($bcr_data))
{{ $bcr_data }}
@endif @endsection