@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- PhilHealth --}}

PhilHealth Information

@if ($errors->has('philhealth_no'))
{{ $errors->first('philhealth_no') }}
@endif
@if ($errors->has('mdr_file'))
{{ $errors->first('mdr_file') }}
@endif
@section('script') @endsection @endsection