@extends('layouts.frontend') @section('title') @lang('frontend.reports') @endsection @section('vendor_css') @endsection @section('custom_css') @endsection @section('content')
{{ csrf_field() }}
@if(isset($patient_id))
    @foreach($arr_other_files as $key => $file) @if($i==1)
    @endif @if($i==6)
    @endif @endforeach @if($i!=0)
    @endif
@endif
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection