@extends('admin.layouts.master') @section('content') Facility Provider NPI @csrf Account @foreach ($organizations as $organization) id==old('org')?'checked':''}}>{{$organization->name}} @endforeach @if ($errors->has('org')) {{ $errors->first('org') }} @endif Facility @if ($errors->has('facility')) {{ $errors->first('facility') }} @endif Provider @if ($errors->has('provider')) {{ $errors->first('provider') }} @endif NPI @if ($errors->has('npi')) {{ $errors->first('npi') }} @endif Add @endsection @push('scripts') @endpush