@extends('layouts.app') @section('content')
{{csrf_field()}} @if(\Session::has('success'))
{{\Session::get('success')}}
@endif @if(\Session::has('failed'))
{{\Session::get('failed')}}
@endif
Moha/Unscr Report

@php if(is_file(public_path().'/pdf/BNP711.pdf')){ // $href_path = url('/pdf/BNP711.pdf'); $href_path = 'https://liveupdate.brightwin.com/liveapi/bnm_report/BNP711.pdf'; } else { $href_path = ''; } if(is_file(public_path().'/pdf/BNP712.pdf')){ // $href_path2 = url('/pdf/BNP712.pdf'); $href_path2 = 'https://liveupdate.brightwin.com/liveapi/bnm_report/BNP712.pdf'; } else { $href_path2 = ''; } @endphp Back Print Moha List Print Unscr List
@endsection @section('footerjs') @endsection