@extends('admin.layout.master') @section('title','VOUCHER DETAILS') @section('custom_style') @endsection @section ('content')
{{'this is '.$voucher_info['name']}}
@endsection @section('script') @stop