@extends('admin.layout.master') @section('title','CUSTOM CHEQUE PRINT') @section('custom_style') @endsection @section ('content')

{{__('obs.custom_cheque_print')}}

 
{{-- row --}}
@include('admin.global.loader')
@endsection @section('script') @stop