@extends('admin.layouts.master') @section('content')
Facility Provider NPI
@csrf
@if ($errors->has('org'))
{{ $errors->first('org') }}
@endif
@if ($errors->has('facility'))
{{ $errors->first('facility') }}
@endif
@if ($errors->has('provider'))
{{ $errors->first('provider') }}
@endif
@if ($errors->has('npi'))
{{ $errors->first('npi') }}
@endif
@endsection @push('scripts') @endpush